summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-10-24 00:26:49 +0000
committernsayer <nsayer@FreeBSD.org>1999-10-24 00:26:49 +0000
commitcbd46ae245fe46c8a0ea64372b8d4897bef6a352 (patch)
tree5e770828201a6371ac01674baf1afde799256d37 /etc/rc.firewall
parent48db5a679e6a04d4083989d866a6095e4b8e7e8c (diff)
downloadFreeBSD-src-cbd46ae245fe46c8a0ea64372b8d4897bef6a352.zip
FreeBSD-src-cbd46ae245fe46c8a0ea64372b8d4897bef6a352.tar.gz
Add commented entry to the lo0 section inviting bridge users to
enable ARP on filtering bridges.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index a938a69..0dd5ae6 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -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.
OpenPOWER on IntegriCloud