diff options
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(); |