Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/0125e546209b
branches:  netbsd-6
changeset: 776864:0125e546209b
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Jan 16 08:18:18 2015 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1228):
        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 6eb521e47080 -r 0125e546209b sbin/brconfig/brconfig.8
--- a/sbin/brconfig/brconfig.8  Mon Jan 05 23:03:51 2015 +0000
+++ b/sbin/brconfig/brconfig.8  Fri Jan 16 08:18:18 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.38.1 2015/01/16 08:18:18 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