On Mon, Aug 29, 2016 at 02:15:52PM +0800, Zong Kai LI wrote:
> From: Zongkai LI <zealo...@gmail.com>
> 
> This patch tries to allow OVN native DHCPv6 responder to respond multiple
> IA Address Options in a DHCPv6 reply message, this will help a lswitch port
> to configure all IPv6 addresses belongs to it in DHCPv6 processing.
> 
> This fixes issue lswitch port can only get one IPv6 address, when it has
> addresses looks like:
> addresses : ["fa:16:3e:66:31:ac 10.0.0.6 fd55:cb39:f835:0:f816:3eff:fe66:31ac
>               fdad:1234:5678:0:f816:3eff:fe66:31ac"]
> and dhcpv6_options it refers has cidr "fd55:cb39:f835::/64". The lswitch port
> will get only IPv6 address "fd55:cb39:f835:0:f816:3eff:fe66:31ac" in DHCPv6
> processing routine.
> 
> Signed-off-by: Zongkai LI <zealo...@gmail.com>

Hi, thanks for working on this.

Can you add a test (or adjust an existing test) to verify that multiple
IPv6 addresses work properly?

Thanks,

Ben.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to