diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-22 22:29:44 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-22 22:29:44 +0000 |
commit | 6ab5ecb654c7126805dbc40561f2759f83cc00e0 (patch) | |
tree | a289d05eabaec8569834883c298c56db5c663cd2 /sbin | |
parent | bb90f7b7168465d1e42d257ee78029fc88e01916 (diff) |
The spanning priority is conflicting with the interface priority so it
got renamed to spanpriority.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f6a66463ae1..a27b8aa7ad8 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.189 2009/11/22 22:01:55 deraadt Exp $ +.\" $OpenBSD: ifconfig.8,v 1.190 2009/11/22 22:29:43 claudio Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -665,10 +665,6 @@ The default is 100 entries. .It Cm maxage Ar time Set the time (in seconds) that a spanning tree protocol configuration is valid. Defaults to 20 seconds, minimum of 6, maximum of 40. -.It Cm priority Ar num -Set the spanning priority of this bridge to -.Ar num . -Defaults to 32768, minimum of 0, maximum of 61440. .It Cm proto Ar value Force the spanning tree protocol version. The available values are @@ -711,6 +707,10 @@ Load a set of rules from the file .It Cm rules Ar interface Display the active filtering rules in use on .Ar interface . +.It Cm spanpriority Ar num +Set the spanning priority of this bridge to +.Ar num . +Defaults to 32768, minimum of 0, maximum of 61440. .It Cm static Ar interface address Add a static entry into the address cache pointing to .Ar interface . |