diff options
author | 1999-03-01 16:01:48 +0000 | |
---|---|---|
committer | 1999-03-01 16:01:48 +0000 | |
commit | a2b43d03aae1872e5f321025f59b05d45362659c (patch) | |
tree | ee7d93aa22fcd0462cbcdbb7b252fa03932b4ee7 | |
parent | When negotiating ACCMAPs, sync our ACCMAP with the (diff) | |
download | wireguard-openbsd-a2b43d03aae1872e5f321025f59b05d45362659c.tar.xz wireguard-openbsd-a2b43d03aae1872e5f321025f59b05d45362659c.zip |
document 'maxaddr' command
-rw-r--r-- | usr.sbin/brconfig/brconfig.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/brconfig/brconfig.8 b/usr.sbin/brconfig/brconfig.8 index dc44eeeefba..a613afa2bbe 100644 --- a/usr.sbin/brconfig/brconfig.8 +++ b/usr.sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.3 1999/02/27 18:29:54 jason Exp $ +.\" $OpenBSD: brconfig.8,v 1.4 1999/03/01 16:01:48 jason Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -45,6 +45,7 @@ .Op Ar addr .Op Ar add interface-name .Op Ar delete interface-name +.Op Ar maxaddr size .Op Ar link0 .Op Ar link1 .Op Ar -link0 @@ -92,6 +93,10 @@ Promiscuous mode is turned off for the interface when it is removed from the bridge. .It Ar del Alias for `delete'. +.It Ar maxaddr size +Set the address cache size to +.Cm size . +The default is 100 entries. .It Ar link0 Setting this flag stops all non-IP multicast packets from being forwarded by the bridge. |