diff options
-rw-r--r-- | libexec/rc/rc.firewall | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libexec/rc/rc.firewall b/libexec/rc/rc.firewall index 8389d76c5cc6..ee08a3252566 100644 --- a/libexec/rc/rc.firewall +++ b/libexec/rc/rc.firewall @@ -222,9 +222,6 @@ case ${firewall_type} in if [ -n "$net6" ]; then ${fwcmd} add pass all from me to ${net6} ${fwcmd} add pass all from ${net6} to me - fi - - if [ -n "$net6" ]; then # Allow any link-local multicast traffic ${fwcmd} add pass all from fe80::/10 to ff02::/16 ${fwcmd} add pass all from ${net6} to ff02::/16 |