mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rc.firewall: Merge two identical conditions into one.
No functional change intended. PR: 247949 Submitted by: Jose Luis Duran <jlduran@gmail.com> MFC after: 1 week
This commit is contained in:
parent
81614d236f
commit
7df88b9ddd
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue