diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-29 16:36:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-29 16:36:25 +0000 |
commit | 80e7aa3e00a4682fd96ba05650bf9eee3e97abb1 (patch) | |
tree | a474bc77eb334ff935b0b6502da28be1ec60faf5 | |
parent | 8856c622fc5d28b86e18c9a7d0e3306f41ed2870 (diff) | |
download | pfsense-80e7aa3e00a4682fd96ba05650bf9eee3e97abb1.zip pfsense-80e7aa3e00a4682fd96ba05650bf9eee3e97abb1.tar.gz |
Bringup carp last
-rwxr-xr-x | etc/rc.bootup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 509836a..cc7caaf 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -158,9 +158,6 @@ unmute_kernel_msgs(); echo "done.\n"; - /* bring up carp interfaces */ - interfaces_carp_bringup(); - /* start OpenVPN server & clients */ ovpn_configure(); @@ -223,6 +220,9 @@ /* setup interface microcode which improves tcp/ip speed */ setup_microcode(); + /* bring up carp interfaces */ + interfaces_carp_bringup(); + /* done */ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; |