diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-05-02 18:43:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-05-02 18:43:50 +0000 |
commit | afd668d41a8fd9fb5a650b244c91234972466c64 (patch) | |
tree | 395349ed8258189daf0df77b97cc120805909a03 /share/man/man4/bridge.4 | |
parent | dd0d6c47fb48c3fd32e97e6601bc04ba68f02d35 (diff) |
mention enc interfaces, too
Diffstat (limited to 'share/man/man4/bridge.4')
-rw-r--r-- | share/man/man4/bridge.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 693a4190fc7..f83819882f0 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.21 2000/04/03 21:19:36 aaron Exp $ +.\" $OpenBSD: bridge.4,v 1.22 2000/05/02 18:43:49 jason Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -40,7 +40,9 @@ .Sh DESCRIPTION The .Nm bridge -device creates a logical link between two or more Ethernet interfaces. +device creates a logical link between two or more Ethernet interfaces or +encapsulation interfaces (see +.Xr enc 4 ). This link between the interfaces selectively forwards frames from each interface on the bridge to every other interface on the bridge. A bridge can serve several services, including, isolation of traffic between @@ -503,6 +505,7 @@ No such member interface in the bridge. .Sh SEE ALSO .Xr errno 2 , .Xr ioctl 2 , +.Xr enc 4 , .Xr ip 4 , .Xr ipf 4 , .Xr netintro 4 , |