Module Name:    src
Committed By:   martin
Date:           Fri Jan 23 16:01:05 UTC 2015

Modified Files:
        src/sbin/brconfig [netbsd-5]: brconfig.8

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1941):
        sbin/brconfig/brconfig.8: revision 1.18
Add missing "addr" and "static" commands.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.20.1 src/sbin/brconfig/brconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/brconfig/brconfig.8
diff -u src/sbin/brconfig/brconfig.8:1.17 src/sbin/brconfig/brconfig.8:1.17.20.1
--- src/sbin/brconfig/brconfig.8:1.17	Mon Jan  8 07:22:12 2007
+++ src/sbin/brconfig/brconfig.8	Fri Jan 23 16:01:05 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: brconfig.8,v 1.17 2007/01/08 07:22:12 wiz Exp $
+.\"	$NetBSD: brconfig.8,v 1.17.20.1 2015/01/23 16:01:05 martin Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 7, 2007
+.Dd January 5, 2015
 .Dt BRCONFIG 8
 .Os
 .Sh NAME
@@ -102,6 +102,8 @@ Remove the interface named by
 from the bridge.
 Promiscuous mode is disabled on the interface when
 it is removed from the bridge.
+.It Cm addr
+Display the addresses that have been learned by the bridge.
 .It Cm maxaddr Ar size
 Set the size of the bridge address cache to
 .Ar size .
@@ -166,6 +168,11 @@ This is the default for all interfaces a
 Clear the
 .Dq learning
 attribute on a member interface.
+.It Cm static Ar interface address
+Add a static entry into the address cache pointing to
+.Ar interface .
+Static entries are never aged out of the cache or replaced, even if the address
+is seen on a different interface.
 .It Cm stp Ar interface
 Enable Spanning Tree protocol on
 .Ar interface .

Reply via email to