summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1999-04-16 02:09:38 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1999-04-16 02:09:38 +0000
commite59df474f83ed71fb13ba3c19dd7ec227111382e (patch)
tree2b8c4de6b89ed2bd069266f27f00bcfebaa83f9f
parent93c0b059593e99cadd68cfb47d0531165a2985d9 (diff)
Notes
-rw-r--r--share/man/man4/bridge.423
1 files changed, 18 insertions, 5 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 76de427802c6..c9aef83a5619 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,5 +1,5 @@
.\"
-.\" $Id: bridge.4,v 1.2 1998/12/21 22:37:53 luigi Exp $
+.\" $Id: bridge.4,v 1.3 1999/02/25 10:48:31 kato Exp $
.\"
.Dd Sep 28, 1998
.Dt BRIDGE 4
@@ -33,7 +33,9 @@ filtering on bridged packets. Note that
rules only apply
to IP packets. Non-IP packets are subject to the default
.Nm ipfw
-rule (number 65535) which must be an
+rule
+.Pq number 65535
+which must be an
.Ar allow
rule if we want ARP and other non-IP packets to flow through the
bridge.
@@ -54,12 +56,23 @@ 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
-``ed'', ``de'', ``ep'', ``fxp'', ``lnc'', ``fe'' interfaces.
+.Dq ed ,
+.Dq de ,
+.Dq ep ,
+.Dq fe ,
+.Dq fxp ,
+.Dq lnc ,
+.Dq mx ,
+.Dq tx ,
+and
+.Dq xl
+interfaces.
.Sh SEE ALSO
.Xr ip 4 ,
.Xr ipfw 8 ,
.Xr sysctl 8 .
.Sh HISTORY
.Nm
-bridging has been introduced in FreeBSD 2.2.8
-by Luigi Rizzo <luigi@iet.unipi.it>.
+bridging was introduced in FreeBSD 2.2.8
+by
+.An Luigi Rizzo Aq luigi@iet.unipi.it .