diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-11-10 16:58:13 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-11-10 16:58:13 +0000 |
| commit | 3918c80b80a283c0176d418617cc6e47cbcd8347 (patch) | |
| tree | 8f0cb8a1fc6bd31002199b78b0282d10b5c9cb5b | |
| parent | 77765d0b135117ec78f74062149e2dff8cd29180 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/bridge.4 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 3543612a6a20..6d17d6f0e2b8 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -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 , |
