diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-24 20:47:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-24 20:47:31 +0000 |
commit | 19aeae7fb67e08140653984cd7633459af41b0e3 (patch) | |
tree | 6ca8ec2735d81628a76ef19c54e478735a5d623c /usr/local/www/firewall_virtual_ip.php | |
parent | 5c0a1269165388945cbd6e36a8392ca6cab78283 (diff) | |
download | pfsense-19aeae7fb67e08140653984cd7633459af41b0e3.zip pfsense-19aeae7fb67e08140653984cd7633459af41b0e3.tar.gz |
Adjust carp bootup sequence. Do not down the interfaces and later up them.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-x | usr/local/www/firewall_virtual_ip.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php index e794410..1bf1ec9 100755 --- a/usr/local/www/firewall_virtual_ip.php +++ b/usr/local/www/firewall_virtual_ip.php @@ -55,7 +55,6 @@ if ($_POST) { $retval = services_proxyarp_configure(); /* Bring up any configured CARP interfaces */ interfaces_carp_configure(); - interfaces_carp_bringup(); $retval |= filter_configure(); config_unlock(); } |