diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-12 17:49:03 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-12 17:49:03 +0000 |
commit | 7b34761e1047a03afc484f3b751c1d377fe86da9 (patch) | |
tree | dfce873105a9858c1352b2acd0b8094b5eefaad6 /sbin/brconfig | |
parent | 9dcabd8c2bf46e9cd186867f86e0bdea42ae1985 (diff) |
Mention that an interface can be a part of at most one bridge.
Diffstat (limited to 'sbin/brconfig')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 26efc0285d7..f229a06b2d2 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.36 2002/06/15 02:27:03 angelos Exp $ +.\" $OpenBSD: brconfig.8,v 1.37 2002/07/12 17:49:02 jason Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -94,6 +94,7 @@ as a member of the bridge. The interface is put into promiscuous mode so that it can receive every packet sent on the network. +An interface can be a member of at most one bridge. .It Cm delete Ar interface-name Remove the interface named by .Ar interface-name |