]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite66d8b84997161ad2245049765bd6d4f39c8322c
tree539fdeba92e58818cb10849a19122679357181a1
parent247c3d1ecf4fe47154c47b5202f157d97b1ba221
parent7fc5b704b81754352a5584b461b8e5f3b3387767
Merge branch 'gre-teb'

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>