summaryrefslogtreecommitdiffstats
path: root/etc/rc.network
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.network b/etc/rc.network
index 0b8c39d..426ec2f 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
#
OpenPOWER on IntegriCloud