]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f1ee523ebd015fa09a43bef060b815cec13abd0
tree843d49a4140901de8dd9bb147440b27c819c388a
parenta1a7b473609e1019eb6ba1b0328a14371ad7a8bc
parentb132debdef13ec43867b4658954c1ff339cfb8ad
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>