tc: flower: Fix typo and style in flower man page

Replace vlan_eth_type with vlan_ethtype.

Fixes: 745d917260 ("tc: flower: Introduce vlan support")
Signed-off-by: Roi Dayan <roid@mellanox.com>
Reviewed-by: Hadar Hen Zion <hadarh@mellanox.com>
This commit is contained in:
Roi Dayan 2016-12-13 14:39:01 +02:00 committed by Stephen Hemminger
parent 449c709c38
commit 5c46a8fd61
1 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ flower \- flow based traffic control filter
.IR VID " | " .IR VID " | "
.B vlan_prio .B vlan_prio
.IR PRIORITY " | " .IR PRIORITY " | "
.BR vlan_eth_type " { " ipv4 " | " ipv6 " | " .BR vlan_ethtype " { " ipv4 " | " ipv6 " | "
.IR ETH_TYPE " } | " .IR ETH_TYPE " } | "
.BR ip_proto " { " tcp " | " udp " | " sctp " | " icmp " | " icmpv6 " | " .BR ip_proto " { " tcp " | " udp " | " sctp " | " icmp " | " icmpv6 " | "
.IR IP_PROTO " } | { " .IR IP_PROTO " } | { "
@ -84,16 +84,16 @@ Match on vlan tag id.
.I VID .I VID
is an unsigned 12bit value in decimal format. is an unsigned 12bit value in decimal format.
.TP .TP
.BI vlan_prio " priority" .BI vlan_prio " PRIORITY"
Match on vlan tag priority. Match on vlan tag priority.
.I PRIORITY .I PRIORITY
is an unsigned 3bit value in decimal format. is an unsigned 3bit value in decimal format.
.TP .TP
.BI vlan_eth_type " VLAN_ETH_TYPE" .BI vlan_ethtype " VLAN_ETH_TYPE"
Match on layer three protocol. Match on layer three protocol.
.I ETH_TYPE .I VLAN_ETH_TYPE
may be either may be either
.BR ipv4 , ipv6 .BR ipv4 ", " ipv6
or an unsigned 16bit value in hexadecimal format. or an unsigned 16bit value in hexadecimal format.
.TP .TP
.BI ip_proto " IP_PROTO" .BI ip_proto " IP_PROTO"