Allow flow-based IPv6 tunnels to be configured with OpenFlow
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Fri, 4 Dec 2015 14:36:50 +0000 (12:36 -0200)
committerBen Pfaff <blp@ovn.org>
Fri, 4 Dec 2015 16:41:58 +0000 (08:41 -0800)
commit7dad8e9a50cd11dbb2c69dc64855f8133346a1ab
tree6592886f7c23cc791d45f95f204234f451aec1c6
parent6b99b4f8c987614d27c0729833c0c97e657b5657
Allow flow-based IPv6 tunnels to be configured with OpenFlow

With this patch, it is possible to set the IPv6 source and destination address
in flow-based tunnels.

$ ovs-ofctl add-flow br0 "in_port=LOCAL actions=set_field:2001:cafe::92->tun_ipv6_dst"

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Co-authored-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/meta-flow.c
lib/meta-flow.h
lib/nx-match.c
tests/ofproto.at