mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 12:11:48 -04:00
Revise list of interfaces on which bridging is supported. mdoc-ify a few
things while I'm here.
This commit is contained in:
parent
93c0b05959
commit
e59df474f8
1 changed files with 18 additions and 5 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue