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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
