mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add commented entry to the lo0 section inviting bridge users to
enable ARP on filtering bridges.
This commit is contained in:
parent
b86d0a9e51
commit
3af7d635f1
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ esac
|
|||
#
|
||||
${fwcmd} add 100 pass all from any to any via lo0
|
||||
${fwcmd} add 200 deny all from any to 127.0.0.0/8
|
||||
# If you're using 'options BRIDGE', uncomment the following line to pass ARP
|
||||
#${fwcmd} add 300 pass udp from 0.0.0.0 2054 to 0.0.0.0
|
||||
|
||||
|
||||
# Prototype setups.
|
||||
|
|
|
|||
Loading…
Reference in a new issue