Keep the command name the same as the values display name in ifconfig.

This commit is contained in:
thompsa 2006-11-27 20:18:43 +00:00
parent 97045cf6d0
commit cc6ba21ff6
2 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@ static struct cmd bridge_cmds[] = {
DEF_CMD_ARG("maxage", setbridge_maxage),
DEF_CMD_ARG("priority", setbridge_priority),
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("ifpathcost", setbridge_ifpathcost),
DEF_CMD_ARG("timeout", setbridge_timeout),

View File

@ -1319,7 +1319,7 @@ The minimum is 0 and the maximum is 61440.
Set the Spanning Tree protocol.
The default is 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.
This is the number of packets transmitted before being rate limited.
The default is 6.