ip-link: add missing {min,max}_tx_rate to help text

These vf options are described in man page already, they're just missing
in help output.

Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2016-08-16 16:08:38 +02:00 committed by Stephen Hemminger
parent 50afc4dbf8
commit 08c0466b11
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ void iplink_usage(void)
fprintf(stderr, " [ vlan VLANID [ qos VLAN-QOS ] ]\n");
fprintf(stderr, " [ rate TXRATE ]\n");
fprintf(stderr, " [ max_tx_rate TXRATE ]\n");
fprintf(stderr, " [ min_tx_rate TXRATE ]\n");
fprintf(stderr, " [ spoofchk { on | off} ]\n");
fprintf(stderr, " [ query_rss { on | off} ]\n");