summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-30 18:18:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-30 18:18:09 +0000
commitfd4ce0e00b91d985e1248a3b58168aa5727ac5da (patch)
tree4d444cd51b4eb153713c201bd594d997edbfe383 /usr/local/www/interfaces_opt.php
parent803e59263413c12adfeb2c1aedc3091a1daa0cf2 (diff)
downloadpfsense-fd4ce0e00b91d985e1248a3b58168aa5727ac5da.zip
pfsense-fd4ce0e00b91d985e1248a3b58168aa5727ac5da.tar.gz
Setup CARP interfaces after interface changes. CARP nics will go into INIT if the gateway, etc is changed.
HEAD already does this via the reload_interfaces code.
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index afca045..1f7e61b 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -428,6 +428,8 @@ if ($_POST) {
sleep(1);
interfaces_optional_configure_if($index);
+
+ interfaces_carp_bring_up_final();
/* load graphing functions */
enable_rrd_graphing();
OpenPOWER on IntegriCloud