summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.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_lan.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_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index b7164cc..8d05668 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -261,6 +261,8 @@ if ($_POST['apply'] <> "") {
interfaces_lan_configure();
+ interfaces_carp_bring_up_final();
+
/* sync filter configuration */
filter_configure();
OpenPOWER on IntegriCloud