Keep the command name the same as the values display name in ifconfig.
This commit is contained in:
parent
04f7f23bf8
commit
1dfd31abfb
@ -688,7 +688,7 @@ static struct cmd bridge_cmds[] = {
|
|||||||
DEF_CMD_ARG("maxage", setbridge_maxage),
|
DEF_CMD_ARG("maxage", setbridge_maxage),
|
||||||
DEF_CMD_ARG("priority", setbridge_priority),
|
DEF_CMD_ARG("priority", setbridge_priority),
|
||||||
DEF_CMD_ARG("proto", setbridge_protocol),
|
DEF_CMD_ARG("proto", setbridge_protocol),
|
||||||
DEF_CMD_ARG("holdcount", setbridge_holdcount),
|
DEF_CMD_ARG("holdcnt", setbridge_holdcount),
|
||||||
DEF_CMD_ARG2("ifpriority", setbridge_ifpriority),
|
DEF_CMD_ARG2("ifpriority", setbridge_ifpriority),
|
||||||
DEF_CMD_ARG2("ifpathcost", setbridge_ifpathcost),
|
DEF_CMD_ARG2("ifpathcost", setbridge_ifpathcost),
|
||||||
DEF_CMD_ARG("timeout", setbridge_timeout),
|
DEF_CMD_ARG("timeout", setbridge_timeout),
|
||||||
|
@ -1319,7 +1319,7 @@ The minimum is 0 and the maximum is 61440.
|
|||||||
Set the Spanning Tree protocol.
|
Set the Spanning Tree protocol.
|
||||||
The default is rstp.
|
The default is rstp.
|
||||||
The available options are stp and rstp.
|
The available options are stp and rstp.
|
||||||
.It Cm holdcount Ar value
|
.It Cm holdcnt Ar value
|
||||||
Set the transmit hold count for Spanning Tree.
|
Set the transmit hold count for Spanning Tree.
|
||||||
This is the number of packets transmitted before being rate limited.
|
This is the number of packets transmitted before being rate limited.
|
||||||
The default is 6.
|
The default is 6.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user