diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-05-02 18:51:05 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-05-02 18:51:05 +0000 |
commit | c2bb4cdadce44b71d8792552097c78e9f4234248 (patch) | |
tree | 40673e0b3576e2fec89c292b6320f6fa9b0000f3 | |
parent | afd668d41a8fd9fb5a650b244c91234972466c64 (diff) |
note about SAs on enc interface
-rw-r--r-- | sbin/brconfig/brconfig.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index ce6b8bb5426..8a6625cb298 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.10 2000/05/02 18:43:09 jason Exp $ +.\" $OpenBSD: brconfig.8,v 1.11 2000/05/02 18:51:04 jason Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -301,7 +301,6 @@ Note: It is possible to put all the following commands the and .Xr bridgename.if 8 files, using the ! operator. -.Pp .Sh SEE ALSO .Xr bridge 4 , .Xr enc 4 , @@ -333,3 +332,9 @@ TI ThunderLAN (see which receives its own transmissions (this renders the address learning cache useless). Most other chipsets work fine though. +.Pp +The SAs used on the +.Xr enc 4 +interfaces should not cause transmission over one of the "real" ethernet +member interfaces of the bridge, or else an infinite packet forwarding loop +will occur. |