OSDN Git Service

Merge branch 'gre-teb'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2016 18:11:32 +0000 (14:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2016 18:11:32 +0000 (14:11 -0400)
Jiri Benc says:

====================
gre: receive also TEB packets for lwtunnels

NOTE: this patchset needs net merged to net-next.

This allows lwtunnel users to get also packets with ETH_P_TEB protocol
specified in GRE header through an ipgre interface. There's really nothing
special about these packets in the case of lwtunnels - it's just an inner
protocol like any other. The only complications stem from keeping
compatibility with other uses of GRE.

This will be used by openvswitch to support eth_push and eth_pop actions.
I'd also like to see tc support for lwtunnels (this feature included) in the
future.

The first patch is not directly related and can be submitted standalone if
needed.
====================

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

Trivial merge