linma / rpms / iproute

Forked from rpms/iproute 4 years ago
Clone

Blame SOURCES/0122-tc-flower-Fix-typo-and-style-in-flower-man-page.patch

4aca6e
From fb560db2ea31c64b2d78408b4a5568068038aa14 Mon Sep 17 00:00:00 2001
4aca6e
From: Phil Sutter <psutter@redhat.com>
4aca6e
Date: Fri, 17 Mar 2017 13:23:33 +0100
4aca6e
Subject: [PATCH] tc: flower: Fix typo and style in flower man page
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1422629
4aca6e
Upstream Status: iproute2.git commit 5c46a8fd618f2
4aca6e
4aca6e
commit 5c46a8fd618f2c1ae4c8454964144c3fcbd3739f
4aca6e
Author: Roi Dayan <roid@mellanox.com>
4aca6e
Date:   Tue Dec 13 14:39:01 2016 +0200
4aca6e
4aca6e
    tc: flower: Fix typo and style in flower man page
4aca6e
4aca6e
    Replace vlan_eth_type with vlan_ethtype.
4aca6e
4aca6e
    Fixes: 745d91726006 ("tc: flower: Introduce vlan support")
4aca6e
    Signed-off-by: Roi Dayan <roid@mellanox.com>
4aca6e
    Reviewed-by: Hadar Hen Zion <hadarh@mellanox.com>
4aca6e
---
4aca6e
 man/man8/tc-flower.8 | 10 +++++-----
4aca6e
 1 file changed, 5 insertions(+), 5 deletions(-)
4aca6e
4aca6e
diff --git a/man/man8/tc-flower.8 b/man/man8/tc-flower.8
4aca6e
index 88df833..c5ddf3c 100644
4aca6e
--- a/man/man8/tc-flower.8
4aca6e
+++ b/man/man8/tc-flower.8
4aca6e
@@ -27,7 +27,7 @@ flower \- flow based traffic control filter
4aca6e
 .IR VID " | "
4aca6e
 .B vlan_prio
4aca6e
 .IR PRIORITY " | "
4aca6e
-.BR vlan_eth_type " { " ipv4 " | " ipv6 " | "
4aca6e
+.BR vlan_ethtype " { " ipv4 " | " ipv6 " | "
4aca6e
 .IR ETH_TYPE " } | "
4aca6e
 .BR ip_proto " { " tcp " | " udp " | " sctp " | " icmp " | " icmpv6 " | "
4aca6e
 .IR IP_PROTO " } | { "
4aca6e
@@ -84,16 +84,16 @@ Match on vlan tag id.
4aca6e
 .I VID
4aca6e
 is an unsigned 12bit value in decimal format.
4aca6e
 .TP
4aca6e
-.BI vlan_prio " priority"
4aca6e
+.BI vlan_prio " PRIORITY"
4aca6e
 Match on vlan tag priority.
4aca6e
 .I PRIORITY
4aca6e
 is an unsigned 3bit value in decimal format.
4aca6e
 .TP
4aca6e
-.BI vlan_eth_type " VLAN_ETH_TYPE"
4aca6e
+.BI vlan_ethtype " VLAN_ETH_TYPE"
4aca6e
 Match on layer three protocol.
4aca6e
-.I ETH_TYPE
4aca6e
+.I VLAN_ETH_TYPE
4aca6e
 may be either
4aca6e
-.BR ipv4 , ipv6
4aca6e
+.BR ipv4 ", " ipv6
4aca6e
 or an unsigned 16bit value in hexadecimal format.
4aca6e
 .TP
4aca6e
 .BI ip_proto " IP_PROTO"
4aca6e
-- 
4aca6e
1.8.3.1
4aca6e