From 9ad4279918a98f7fe07787608e9603a6b4d1a2ca Mon Sep 17 00:00:00 2001 From: mtm Date: Thu, 19 Feb 2004 06:53:24 +0000 Subject: Don't forget to enable the ipv6 firewall once the rules are loaded. PR: misc/61501 Submitted by: Roderick van Domburg --- etc/rc.d/ip6fw | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') 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 -- cgit v1.1