tc: flower: remove references to eth_type in manpage

Remove references to eth_type and ether_type (spelling error) in
the tc flower manpage.

Also correct formatting of boldface text with whitespace.

Cc: Paul Blakey <paulb@mellanox.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Simon Horman 2016-12-02 14:59:43 -08:00 committed by Stephen Hemminger
parent 143a704bf8
commit 730381fede
1 changed files with 11 additions and 12 deletions

View File

@ -107,8 +107,8 @@ or an unsigned 8bit value in hexadecimal format.
Match on source or destination IP address. Match on source or destination IP address.
.I ADDRESS .I ADDRESS
must be a valid IPv4 or IPv6 address, depending on must be a valid IPv4 or IPv6 address, depending on
.BR ether_type , .BR protocol
which has to be specified in beforehand. option of tc filter.
.TP .TP
.BI dst_port " NUMBER" .BI dst_port " NUMBER"
.TQ .TQ
@ -129,16 +129,15 @@ is a 32 bit tunnel key id (e.g. VNI for VXLAN tunnel).
must be a valid IPv4 or IPv6 address. must be a valid IPv4 or IPv6 address.
.SH NOTES .SH NOTES
As stated above where applicable, matches of a certain layer implicitly depend As stated above where applicable, matches of a certain layer implicitly depend
on the matches of the next lower layer. Precisely, layer one and two matches ( on the matches of the next lower layer. Precisely, layer one and two matches
.BR indev , dst_mac , src_mac " and " eth_type ) (\fBindev\fR, \fBdst_mac\fR and \fBsrc_mac\fR)
have no dependency, layer three matches ( have no dependency, layer three matches
.BR ip_proto , dst_ip " and " src_ip ) (\fBip_proto\fR, \fBdst_ip\fR and \fBsrc_ip\fR)
require depend on the
.B eth_type .B protocol
being set to either option of tc filter
.BR ipv4 " or " ipv6 , and finally layer four matches
and finally layer four matches ( (\fBdst_port\fR and \fBsrc_port\fR)
.BR dst_port " and " src_port )
depend on depend on
.B ip_proto .B ip_proto
being set to either being set to either