aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-02 01:09:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-02 01:09:24 +0000
commit544bb908952c245162ac3b19178561d55c6ff377 (patch)
tree6f9eea14f5124092168aa76eae2fcc8c407096cd
parent8879fe222d05629aafc56d0ea1d3a89fb7a89c45 (diff)
downloadpfsense-packages-544bb908952c245162ac3b19178561d55c6ff377.tar.gz
pfsense-packages-544bb908952c245162ac3b19178561d55c6ff377.tar.bz2
pfsense-packages-544bb908952c245162ac3b19178561d55c6ff377.zip
Insert carp interface next to ip
-rw-r--r--packages/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 874a4f7b..a7425323 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -86,7 +86,7 @@ if($config['installedpackages']['carp']['config'] <> "")
if(isset($carp['premtpion'])) $premption = "true"; else $premption = "false";
if($synciface <> "") $sync_status = get_pfsync_interface_status($synciface);
echo "<tr>";
- echo "<td class=\"listlr\"><center>" . $ipaddress . "</td>";
+ echo "<td class=\"listlr\"><center>" . $ipaddress . " - " . $carp_int . "</td>";
echo "<td class=\"listlr\"><center>" . $status . "<br>" . $sync_status . "</td>";
echo "<td class=\"listlr\"><center>" . $synciface . "</td>";
echo "</tr>";