From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roi Dayan Subject: [PATCH iproute2 1/2] tc: flower: Fix typo in the flower man page Date: Tue, 13 Dec 2016 07:33:51 +0200 Message-ID: <1481607232-1342-2-git-send-email-roid@mellanox.com> References: <1481607232-1342-1-git-send-email-roid@mellanox.com> Cc: netdev@vger.kernel.org, Amir Vadai , Hadar Hen Zion , Roi Dayan To: Stephen Hemminger Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:45937 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932119AbcLMFeU (ORCPT ); Tue, 13 Dec 2016 00:34:20 -0500 In-Reply-To: <1481607232-1342-1-git-send-email-roid@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Replace vlan_eth_type with vlan_ethtype. Fixes: 745d91726006 ("tc: flower: Introduce vlan support") Signed-off-by: Roi Dayan Reviewed-by: Hadar Hen Zion --- man/man8/tc-flower.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/tc-flower.8 b/man/man8/tc-flower.8 index 90fdfba..1cea54d 100644 --- a/man/man8/tc-flower.8 +++ b/man/man8/tc-flower.8 @@ -27,7 +27,7 @@ flower \- flow based traffic control filter .IR VID " | " .B vlan_prio .IR PRIORITY " | " -.BR vlan_eth_type " { " ipv4 " | " ipv6 " | " +.BR vlan_ethtype " { " ipv4 " | " ipv6 " | " .IR ETH_TYPE " } | " .BR ip_proto " { " tcp " | " udp " | " sctp " | " icmp " | " icmpv6 " | " .IR IP_PROTO " } | { " @@ -87,7 +87,7 @@ Match on vlan tag priority. .I PRIORITY is an unsigned 3bit value in decimal format. .TP -.BI vlan_eth_type " VLAN_ETH_TYPE" +.BI vlan_ethtype " VLAN_ETH_TYPE" Match on layer three protocol. .I ETH_TYPE may be either -- 2.7.4