[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1471356518-17731-1-git-send-email-phil@nwl.cc>
Date: Tue, 16 Aug 2016 16:08:38 +0200
From: Phil Sutter <phil@....cc>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: Jakub Sitnicki <jkbs@...hat.com>, netdev@...r.kernel.org
Subject: [iproute PATCH] 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@....cc>
---
ip/iplink.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ip/iplink.c b/ip/iplink.c
index f9a7e0909747c..6b1db18a6135d 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -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");
--
2.8.2
Powered by blists - more mailing lists