diff options
author | 2002-07-12 17:49:02 +0000 | |
---|---|---|
committer | 2002-07-12 17:49:02 +0000 | |
commit | 86b06047e0972bece7c3725be7c4701927635ab4 (patch) | |
tree | 96388a7682304baf80e003b343527ee6e1a8f7f2 | |
parent | Remove duplicate function declarations (they are in pfvar.h). (diff) | |
download | wireguard-openbsd-86b06047e0972bece7c3725be7c4701927635ab4.tar.xz wireguard-openbsd-86b06047e0972bece7c3725be7c4701927635ab4.zip |
Mention that an interface can be a part of at most one bridge.
-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 |