diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-12-21 19:55:10 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-12-21 19:55:10 +0000 |
commit | 8b037a6f31bc70f84984ce74c47ffad538fcd078 (patch) | |
tree | 082f43d4b8c22e7925a00aad4a6ec2a7615ac524 /sbin | |
parent | 3e23a1622f274caa384b6ca82baf7e152b796844 (diff) |
Forwarding loops no longer a problem.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 559f8dc43eb..d8aab8721a0 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.32 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: brconfig.8,v 1.33 2001/12/21 19:55:09 angelos Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -413,9 +413,3 @@ TI ThunderLAN (see which receives its own transmissions (this renders the address learning cache useless). Most other chipsets work fine though. -.Pp -The packets generated by the -.Xr gif 4 -interfaces must not cause transmission over one of the "real" ethernet -member interfaces of the bridge, or else an infinite packet forwarding loop -will occur. |