OSDN Git Service

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)
commit0d688a0d337628ded9bb05c99f35fac7424af4f8
tree61d9ed1595b06f4897e17bddb1bf4ee1df95d6c3
parent3ec21b6580792c9890e265a46488afbe7dabc5d6
parenta577d8f793ff2fd514915686079e3c09bcf0df11
Merge branch 'cls_flower-MPLS'

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>