summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/bridge.44
-rw-r--r--sys/net/bridge.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 5482c0e..76de427 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,5 +1,5 @@
.\"
-.\" $Id$
+.\" $Id: bridge.4,v 1.2 1998/12/21 22:37:53 luigi Exp $
.\"
.Dd Sep 28, 1998
.Dt BRIDGE 4
@@ -54,7 +54,7 @@ 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'' interfaces.
+``ed'', ``de'', ``ep'', ``fxp'', ``lnc'', ``fe'' interfaces.
.Sh SEE ALSO
.Xr ip 4 ,
.Xr ipfw 8 ,
diff --git a/sys/net/bridge.c b/sys/net/bridge.c
index cf46e2b..c04fd09 100644
--- a/sys/net/bridge.c
+++ b/sys/net/bridge.c
@@ -66,9 +66,9 @@
* THINGS TO REMEMBER
* - bridging requires some (small) modifications to the interface
* driver. Currently (980911) the "ed", "de", "tx", "lnc" drivers
- * have been modified and tested. "fxp", "ep" have been modified
- * but not tested. See the "ed" and "de" drivers as examples on
- * how to operate.
+ * have been modified and tested. "fxp", "ep", "fe" have been
+ * modified but not tested. See the "ed" and "de" drivers as
+ * examples on how to operate.
* - bridging is incompatible with multicast routing on the same
* machine. There is not an easy fix to this.
* - loop detection is still not very robust.
OpenPOWER on IntegriCloud