On Tue, 12 Sep 2017 16:06:15 +0200 Simon Horman <[email protected]> wrote:
> From: Benjamin LaHaise <[email protected]> > > 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 <[email protected]> > Signed-off-by: Simon Horman <[email protected]> > Reviewed-by: Jakub Kicinski <[email protected]> Looks good, applied
