summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-02-25 10:48:31 +0000
committerkato <kato@FreeBSD.org>1999-02-25 10:48:31 +0000
commit3793091474f63cfa2491017a3adcb18c5d47e0f9 (patch)
tree36409acbd1746ea3db4623ee9ecc301910e73134 /sys/net
parentf6b1037575373d7a052a12a6b64e3138281c360d (diff)
downloadFreeBSD-src-3793091474f63cfa2491017a3adcb18c5d47e0f9.zip
FreeBSD-src-3793091474f63cfa2491017a3adcb18c5d47e0f9.tar.gz
The fe driver supports bridging, so added it to lists.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridge.c6
1 files changed, 3 insertions, 3 deletions
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