Merge branch 'lwt-ipv6'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 22:42:38 +0000 (15:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 22:42:38 +0000 (15:42 -0700)
commit08617f47eaf8c70b4c236dee2014c6141aa282bf
tree843d49a4140901de8dd9bb147440b27c819c388a
parent938049e18dca57bcd2f93986fc1cbb5a83cdf027
parent32a2b002ce615eadd3bfaddabde290f70a1dd17b
Merge branch 'lwt-ipv6'

Jiri Benc says:

====================
lwtunnel: per route ipv6 support for vxlan

v3: Moved LWTUNNEL_ENCAP_IP6 definition in patch 13.
v2: Fixed issues in patch 4 pointed out by Alexei.

This series enables IPv6 tunnels based on lwtunnel infrastructure. Only
vxlan is supported for now.

Tested in all combinations of IPv4 over IPv6, IPv6 over IPv4 and IPv6 over
IPv6.
====================

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