diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2006-10-27 19:45:30 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2006-10-27 19:45:30 +0000 |
| commit | 61e1079b28418361033b14a3f8a10a78a297d675 (patch) | |
| tree | 90f7c97a370033c829bf0d2f3228829bf2a1a411 /share | |
| parent | bacc13dc801eea2c1a63cc45205bdeabf72c9082 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/if_bridge.4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4 index 1dc6b2982373..1e312f77b4cb 100644 --- a/share/man/man4/if_bridge.4 +++ b/share/man/man4/if_bridge.4 @@ -176,6 +176,17 @@ and .Va pfil_member will be disabled so that IPFW is not run twice; these can be re-enabled if desired. +.It Va net.link.bridge.ipfw_arp +Set to +.Li 1 +to enable layer2 ARP filtering with +.Xr ipfirewall 4 , +set to +.Li 0 +to disable it. +Requires +.Va ipfw +to be enabled. .El .Pp ARP and REVARP packets are forwarded without being filtered and others |
