From 7df88b9ddd2e7db27ab71d38db8d0d6b4ad31e51 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 23 Jul 2020 15:03:28 +0000 Subject: [PATCH] rc.firewall: Merge two identical conditions into one. No functional change intended. PR: 247949 Submitted by: Jose Luis Duran MFC after: 1 week --- libexec/rc/rc.firewall | 3 --- 1 file changed, 3 deletions(-) diff --git a/libexec/rc/rc.firewall b/libexec/rc/rc.firewall index 8389d76c5cc..ee08a325256 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