[ovs-dev] [PATCH 03/14] datapath: Account for "vxlan: Call udp_sock_create"

Jesse Gross jesse at nicira.com
Fri Feb 20 00:06:34 UTC 2015


On Thu, Feb 19, 2015 at 3:56 PM, Thomas Graf <tgraf at 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.



More information about the dev mailing list