diff options
Diffstat (limited to 'etc/rc.network')
-rw-r--r-- | etc/rc.network | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.network b/etc/rc.network index 0b8c39d50427..426ec2f0a012 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -298,12 +298,11 @@ network_pass1() { # Re-Sync ipfilter so it picks up any new network interfaces # - case ${ipfilter_active} in + case ${ipfilter_enable} in [Yy][Ee][Ss]) ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null ;; esac - unset ipfilter_active # Initialize IP filtering using ipfw # |