On 02/18/15 at 07:02pm, Jesse Gross wrote:
> +     if (ipv6) {
> +             udp_conf.family = AF_INET6;
> +     } else {
> +             udp_conf.family = AF_INET;
> +             udp_conf.local_ip.s_addr = htonl(INADDR_ANY);
> +     }

Maybe leave a comment in the code here that the checksum flags
are not supported in this backport?

Otherwise:

Acked-by: Thomas Graf <tg...@noironetworks.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to