1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Now almost all Ethernet drivers support bridging.

Noticed by:	gallatin
This commit is contained in:
Archie Cobbs 2000-11-10 16:58:13 +00:00
parent 77765d0b13
commit 3918c80b80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68573

View File

@ -59,18 +59,9 @@ out undesired traffic.
Extended functionality to enable bridging selectively on clusters
of interfaces is still in the works.
.Pp
Not all interface support bridging -- at the moment it works for
.Dq ed ,
.Dq de ,
.Dq ep ,
.Dq fe ,
.Dq fxp ,
.Dq lnc ,
.Dq mx ,
.Dq tx ,
and
.Dq xl
interfaces.
Interfaces that cannot be put into promiscuous mode or that don't
support sending packets with arbitrary Ethernet source addresses
are not compatible with bridging.
.Sh SEE ALSO
.Xr ip 4 ,
.Xr ng_bridge 4 ,