Revise list of interfaces on which bridging is supported. mdoc-ify a few

things while I'm here.
This commit is contained in:
Guy Helmer 1999-04-16 02:09:38 +00:00
parent 93c0b05959
commit e59df474f8

View file

@ -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 .