summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-07 23:51:47 +0000
committerErmal <eri@pfsense.org>2010-12-07 23:51:47 +0000
commit6f247d1f76de6025079652ba8f2927be6a940ebc (patch)
tree1527f6f131c7413cb5000cec7335743d71813912 /usr/local/www/carp_status.php
parenta00fc1e2f42d2d18989ee0ec2818de63356e4981 (diff)
downloadpfsense-6f247d1f76de6025079652ba8f2927be6a940ebc.zip
pfsense-6f247d1f76de6025079652ba8f2927be6a940ebc.tar.gz
Expose advbase option of carp(4) to alleviate advanced configs.
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 139358d..187736b 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -154,6 +154,7 @@ include("head.inc");
$netmask = $carp['subnet_bits'];
$vhid = $carp['vhid'];
$advskew = $carp['advskew'];
+ $advbase = $carp['advbase'];
$carp_int = "vip{$vhid}";
$status = get_carp_interface_status($carp_int);
echo "<tr>";
OpenPOWER on IntegriCloud