From fd4ce0e00b91d985e1248a3b58168aa5727ac5da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 30 May 2006 18:18:09 +0000 Subject: 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. --- usr/local/www/interfaces_lan.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local/www/interfaces_lan.php') 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(); -- cgit v1.1