OSDN Git Service

Merge branch 'ovs-ipv6-tunnel'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:18:04 +0000 (04:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:18:04 +0000 (04:18 -0700)
commit04a8250b40394f34a54439c62c883322b3107bd2
tree6c15c6b572dd2656ddd6401549b1cfbb4ecf1931
parent4917a1548ff41e53d863d6845b4da1884e4282b4
parent6b26ba3a7d952e611dcde1f3f77ce63bcc70540a
Merge branch 'ovs-ipv6-tunnel'

Jiri Benc says:

====================
openvswitch: add IPv6 tunneling support

This builds on the previous work that added IPv6 support to lwtunnels and
adds IPv6 tunneling support to ovs.

To use IPv6 tunneling, there needs to be a metadata based tunnel net_device
created and added to the ovs bridge. Currently, only vxlan is supported by
the kernel, with geneve to follow shortly. There's no need nor intent to add
a support for this into the vport-vxlan (etc.) compat layer.

v3: dropped the last two patches added in v2.
====================

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