On Thu, Feb 19, 2015 at 3:56 PM, Thomas Graf <tg...@noironetworks.com> wrote: > 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?
It's not so much that it's not supported as it doesn't make sense in the OVS context since this is basically using the socket to store configuration data and we do it on a much finer granularity. In any case, I added to a comment to describe this. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev