summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-02 20:55:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-02 20:55:55 +0000
commit95da663be0e8b40e66a6db4cf88484796b41c25b (patch)
tree021703e5960d690ec8dd991928c1f8d9768103c5 /usr
parent01ee027855a8c0f5bba524fa2967cea3a394d8a0 (diff)
downloadpfsense-95da663be0e8b40e66a6db4cf88484796b41c25b.zip
pfsense-95da663be0e8b40e66a6db4cf88484796b41c25b.tar.gz
Don't leave CARP cluster in a inconsistent state by not calling interfaces_carp_bring_up_final();
Diffstat (limited to 'usr')
-rw-r--r--usr/local/pkg/carp_settings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index 26fa25c..62791fc 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -151,9 +151,10 @@
</field>
</fields>
<custom_add_php_command_late>
- /* setup carp interfaces */
- interfaces_carp_configure();
- /* force a filter configure for syncing */
- filter_configure();
+ /* setup carp interfaces */
+ interfaces_carp_configure();
+ interfaces_carp_bring_up_final();
+ /* force a filter configure for syncing */
+ filter_configure();
</custom_add_php_command_late>
</packagegui> \ No newline at end of file
OpenPOWER on IntegriCloud