summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-13 04:04:34 +0000
committerBill Marquette <billm@pfsense.org>2005-07-13 04:04:34 +0000
commiteec4ff894fca7d24908ada078ab0136e29e14ee4 (patch)
treeba638853513be40b62fcbd0ff08f69f7abcd6bd3 /usr/local/www/firewall_virtual_ip.php
parent82b4999ce1b38838babcdb37740603028cfb46ec (diff)
downloadpfsense-eec4ff894fca7d24908ada078ab0136e29e14ee4.zip
pfsense-eec4ff894fca7d24908ada078ab0136e29e14ee4.tar.gz
Need to bring up the carp interfaces and do the proxyarp magic on changes
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index d68ce46..0bfb207 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -52,6 +52,10 @@ if ($_POST) {
$retval = 0;
if (!file_exists($d_sysrebootreqd_path)) {
config_lock();
+ $retval = services_proxyarp_configure();
+ /* Bring up any configured CARP interfaces */
+ interfaces_carp_configure();
+ interfaces_carp_bringup();
$retval |= filter_configure();
config_unlock();
}
OpenPOWER on IntegriCloud