summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ip6fw
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ip6fw')
-rw-r--r--etc/rc.d/ip6fw4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/ip6fw b/etc/rc.d/ip6fw
index 6ae7689..df5f500 100644
--- a/etc/rc.d/ip6fw
+++ b/etc/rc.d/ip6fw
@@ -52,6 +52,10 @@ ip6fw_start()
echo 'IPv6 Firewall logging=YES'
sysctl net.inet6.ip6.fw.verbose=1 >/dev/null
fi
+
+ # Enable the firewall
+ #
+ ${SYSCTL_W} net.inet6.ip6.fw.enable=1
}
load_rc_config $name
OpenPOWER on IntegriCloud