iproute2/man
Benjamin LaHaise 7638ee13c1 tc: flower: support for matching MPLS labels
This patch adds support to the iproute2 tc filter command for matching MPLS
labels in the flower classifier.  The ability to match the Time To Live,
Bottom Of Stack, Traffic Control and Label fields are added as options to
the flower filter.

e.g.:
  tc filter add dev eth0 protocol 0x8847 parent ffff: \
    flower mpls_label 1 mpls_tc 2 mpls_ttl 3 mpls_bos 0 \
    action drop

Signed-off-by: Benjamin LaHaise <benjamin.lahaise@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2017-09-20 18:07:21 -07:00
..
man3 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man7 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man8 tc: flower: support for matching MPLS labels 2017-09-20 18:07:21 -07:00
Makefile do not ignore errors in man subdirs 2013-01-15 09:41:37 -08:00