Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Check the right IPv6 address in is_nd_dst_correct().

2018-07-11 Thread Ben Pfaff
On Tue, Jul 10, 2018 at 08:23:17PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > Fixes test 815 "tunnel_push_pop_ipv6 - action". > > > > CC: Aaron Conole > > Fixes: 6f231f7c3a9e ("xlate: use const struct in6_addr in linklocal check") > > Signed-off-by: Ben Pfaff > > --- > > D'oh! The

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Check the right IPv6 address in is_nd_dst_correct().

2018-07-10 Thread Aaron Conole
Ben Pfaff writes: > Fixes test 815 "tunnel_push_pop_ipv6 - action". > > CC: Aaron Conole > Fixes: 6f231f7c3a9e ("xlate: use const struct in6_addr in linklocal check") > Signed-off-by: Ben Pfaff > --- D'oh! The names killed me. Sorry :-( Acked-by: Aaron Conole

[ovs-dev] [PATCH] ofproto-dpif-xlate: Check the right IPv6 address in is_nd_dst_correct().

2018-07-10 Thread Ben Pfaff
Fixes test 815 "tunnel_push_pop_ipv6 - action". CC: Aaron Conole Fixes: 6f231f7c3a9e ("xlate: use const struct in6_addr in linklocal check") Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-xlate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git