naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0240-ip-link-add-missing-min-max-_tx_rate-to-help-text.patch

049c96
From 5eac57fa0734790c5905dc1e0eb8fcab03fbfd3f Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Aug 2016 20:56:09 +0200
049c96
Subject: [PATCH] ip-link: add missing {min,max}_tx_rate to help text
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1340914
049c96
Upstream Status: iproute2.git commit 08c0466b11b79
049c96
049c96
commit 08c0466b11b79107740226052a27279034eb3768
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Tue Aug 16 16:08:38 2016 +0200
049c96
049c96
    ip-link: add missing {min,max}_tx_rate to help text
049c96
049c96
    These vf options are described in man page already, they're just missing
049c96
    in help output.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 ip/iplink.c | 2 ++
049c96
 1 file changed, 2 insertions(+)
049c96
049c96
diff --git a/ip/iplink.c b/ip/iplink.c
049c96
index e9c2874..e0e0fe9 100644
049c96
--- a/ip/iplink.c
049c96
+++ b/ip/iplink.c
049c96
@@ -79,6 +79,8 @@ void iplink_usage(void)
049c96
 	fprintf(stderr, "				   [ vlan VLANID [ qos VLAN-QOS ] ]\n");
049c96
 
049c96
 	fprintf(stderr, "				   [ rate TXRATE ]\n");
049c96
+	fprintf(stderr, "				   [ max_tx_rate TXRATE ]\n");
049c96
+	fprintf(stderr, "				   [ min_tx_rate TXRATE ]\n");
049c96
 
049c96
 	fprintf(stderr, "				   [ spoofchk { on | off} ]\n");
049c96
 	fprintf(stderr, "				   [ query_rss { on | off} ]\n");
049c96
-- 
049c96
1.8.3.1
049c96