Remove a stale entry related to passing ARP with bridging and ipfw.

This feature has been removed since 4.1 times and it is only a source
of confusion.

Same needs to be done on -stable.

MFC after: 1 day
This commit is contained in:
Luigi Rizzo 2001-12-27 05:40:09 +00:00
parent 76751379cc
commit 8029d085df

View File

@ -131,8 +131,6 @@ 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
${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
# If you're using 'options BRIDGE', uncomment the following line to pass ARP
#${fwcmd} add 400 pass udp from 0.0.0.0 2054 to 0.0.0.0
# Prototype setups.