1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Document the monitor mode and explain how it can be used.

This commit is contained in:
Andrew Thompson 2006-03-03 09:32:25 +00:00
parent 158a726c96
commit 0908a232a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156239

View File

@ -149,6 +149,14 @@ all additional members are required to have exactly the same value.
.Pp
The TXCSUM capability is disabled for any interface added to the bridge, this
is restored when the interface is removed again.
.Pp
The bridge supports monitor mode where the packets are discarded after
.Xr bpf 4
processing, the bridge will not process or forward the packets further.
This can be used to multiplex the input of two or more interfaces into a single
bpf stream.
This is useful for reconstructing the traffic for network taps
that transmit the RX/TX signals out through two separate interfaces.
.Sh EXAMPLES
The following when placed in the file
.Pa /etc/rc.conf