]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'cls_flower-MPLS'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:30:47 +0000 (14:30 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:30:47 +0000 (14:30 -0400)
Benjamin LaHaise says:

====================
flower: add MPLS matching support

This patch series adds support for parsing MPLS flows in the flow dissector
and the flower classifier.  Each of the MPLS TTL, BOS, TC and Label fields
can be used for matching.

v2: incorporate style feedback, move #defines to linux/include/mpls.h
Note: this omits Jiri's request to remove tabs between the type and
field names in struct declarations.  This would be inconsistent with
numerous other struct definitions.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge