summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-10 15:00:30 +0100
committerErmal <eri@pfsense.org>2014-11-10 15:00:30 +0100
commit5063f1df931b2887e2da2560c73fef954656e4e8 (patch)
tree6dc55e05e7936c41238a135461fdeb4dd53bc410 /usr/local/www/carp_status.php
parent9c97df267fd4f3c6c638466a54482e3d2c1b2986 (diff)
downloadpfsense-5063f1df931b2887e2da2560c73fef954656e4e8.zip
pfsense-5063f1df931b2887e2da2560c73fef954656e4e8.tar.gz
Ticket #3967. Allow to have carp as parent of ipaliases - continued
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/local/www/carp_status.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 869cc1b..5701ad7 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -81,6 +81,10 @@ if($_POST['disablecarp'] <> "") {
sleep(1);
break;
}
+ case 'ipalias':
+ if (strpos($vip['interface'], '_vip'))
+ interface_ipalias_configure($vip);
+ break;
}
}
interfaces_sync_setup();
OpenPOWER on IntegriCloud