summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-21 23:18:00 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-21 23:18:00 -0400
commitc55e45800d839e6e46d2704097d43563247fb06c (patch)
treebdd6328daf4e027e6a358debf7bdaad0f6a2e0a9 /usr/local/www/carp_status.php
parent5c49cf58c79f6d3c22182e1a4139be82df1bfa80 (diff)
downloadpfsense-c55e45800d839e6e46d2704097d43563247fb06c.zip
pfsense-c55e45800d839e6e46d2704097d43563247fb06c.tar.gz
only match with a space behind the IP, otherwise 10.0.0.6 CARP IP may match against interface IP 10.0.0.60, and show incorrect info on the CARP status page
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 793a9ae..44dee95 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -107,7 +107,7 @@ include("head.inc");
<p>
<table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td class="listhdrr"><b><center>Carp Interface</center></b></td>
+ <td class="listhdrr"><b><center>CARP Interface</center></b></td>
<td class="listhdrr"><b><center>Virtual IP</center></b></td>
<td class="listhdrr"><b><center>Status</center></b></td>
</tr>
OpenPOWER on IntegriCloud