summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-18 03:40:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-18 03:40:42 +0000
commitb7aa32c0c61ad50e476b7e09480628f1db3628ea (patch)
treeca7cf40f4b836d553bcac4efb70764cfbe53e6cb /usr/local/www/vpn_ipsec.php
parentd6743cb075b2f3ac82d5ea877bf0d6e8f2d51bed (diff)
downloadpfsense-b7aa32c0c61ad50e476b7e09480628f1db3628ea.zip
pfsense-b7aa32c0c61ad50e476b7e09480628f1db3628ea.tar.gz
Show CARP IP in brackets () instead of a - which could be confusing
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index da400eb..17d4b4a 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -154,7 +154,7 @@ include("head.inc");
$carpips = find_number_of_needed_carp_interfaces();
for($j=0; $j<$carpips; $j++) {
$carpip = find_interface_ip("carp" . $j);
- $iflabels['carp' . $j] = "CARP{$j} - $carpip";
+ $iflabels['carp' . $j] = "CARP{$j} ({$carpip})";
}
for ($j = 1; isset($config['interfaces']['opt' . $j]); $j++)
$iflabels['opt' . $j] = $config['interfaces']['opt' . $j]['descr'];
OpenPOWER on IntegriCloud