diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-10 00:29:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-10 00:29:47 +0000 |
commit | 4e6f9d37c82677a425d510200dfc3314d09730a6 (patch) | |
tree | f8dcca35fcc19450dad8459720c0ae3b64e2d329 /etc/rc.bootup | |
parent | 761d011fd168e2f3087f88642e64272c741f4813 (diff) | |
download | pfsense-4e6f9d37c82677a425d510200dfc3314d09730a6.zip pfsense-4e6f9d37c82677a425d510200dfc3314d09730a6.tar.gz |
Loader filter sync on boot
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 8f28abd..734ddad 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -152,7 +152,7 @@ /* setup altq + pf */ echo "Configuring firewall... "; mute_kernel_msgs(); - filter_configure(); + filter_configure_sync(); unmute_kernel_msgs(); echo "done.\n"; |