Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sbin/brconfig Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/1feb28cbf6f3
branches:  netbsd-7
changeset: 798797:1feb28cbf6f3
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jan 08 08:26:57 2015 +0000

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

diffstat:

 sbin/brconfig/brconfig.8 |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 91fe0a9be132 -r 1feb28cbf6f3 sbin/brconfig/brconfig.8
--- a/sbin/brconfig/brconfig.8  Wed Jan 07 21:36:29 2015 +0000
+++ b/sbin/brconfig/brconfig.8  Thu Jan 08 08:26:57 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: brconfig.8,v 1.17 2007/01/08 07:22:12 wiz Exp $
+.\"    $NetBSD: brconfig.8,v 1.17.56.1 2015/01/08 08:26:57 snj 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 @@
 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 @@
 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 .



Home | Main Index | Thread Index | Old Index