diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-06 00:15:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-06 00:15:30 +0000 |
commit | 93e251a4ba67244d3629a551dea446f2e1e6fe37 (patch) | |
tree | d971ca130bfaaec1372b7b047eea98c228f5bd79 /etc/rc.bootup | |
parent | 66f59ea2df3a5b810d7bdfffca3b57106659b32f (diff) | |
download | pfsense-93e251a4ba67244d3629a551dea446f2e1e6fe37.zip pfsense-93e251a4ba67244d3629a551dea446f2e1e6fe37.tar.gz |
Bring carp interfaces up under rc.bootup, not the filter process
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 63e7f85..e1912d9 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -116,6 +116,9 @@ /* setup altq + pf */ filter_configure(); + /* bring up carp interfaces */ + interfaces_carp_bringup(); + /* start OpenVPN server & clients */ ovpn_configure(); |