ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Wed, 25 Nov 2015 13:31:09 +0000 (11:31 -0200)
committerBen Pfaff <blp@ovn.org>
Mon, 30 Nov 2015 18:15:27 +0000 (10:15 -0800)
commite4d3706cb9240abe9f39d60b835eef0f221d39ac
tree3b5bca96c8fd8d983d4bc8a90e200f71e8d0b000
parent3ae91c019019889fbe93aa7dfd6e3747da362b24
ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst

orig_tunnel_ip_dst is replaced by orig_tunnel_ipv6_dst and represents IPv4
addresses as IPv4-mapped IPv6 addresses. Since this is only used in
ofproto-dpif-xlate, this change is well contained.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-xlate.c