Clarify that any firewall that has pfil(9) hooks can be used.
Suggested by: sam Approved by: mlaier (mentor) MFC after: 3 days
This commit is contained in:
parent
ab218f3cd3
commit
f1c36db980
@ -80,6 +80,9 @@ The
|
||||
driver implements the IEEE 802.1D Spanning Tree protocol (STP).
|
||||
Spanning Tree is used to detect and remove loops in a network topology.
|
||||
.Pp
|
||||
Packet filtering can be used with any firewall package that hooks in via the
|
||||
.Xr pfil 9
|
||||
framework.
|
||||
When filtering is enabled, bridged packets will pass through the filter
|
||||
inbound on the originating interface, on the bridge interface and outbound on
|
||||
the appropriate interfaces.
|
||||
@ -171,7 +174,10 @@ ifconfig bridge0 \e
|
||||
up
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr ifconfig 8
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr ipfw 4 ,
|
||||
.Xr ipf 4 ,
|
||||
.Xr pf 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user