[ovs-dev] [PATCH] datapath: Correct GRE checksum offset.

Jesse Gross jesse at nicira.com
Fri Jan 20 23:35:48 UTC 2012


On Fri, Jan 20, 2012 at 3:22 PM, Ben Pfaff <blp at nicira.com> wrote:
> On Fri, Jan 20, 2012 at 03:16:35PM -0800, Jesse Gross wrote:
>> If a statically defined GRE key is used with checksums then the
>> checksum will overwrite the key.  This is because the key is set
>> at header caching time and the checksum is set at packet processing
>> time and we don't update the offset on packet processing because
>> we don't do anything with the key.
>>
>> Reported-by: Christos Argyropoulos <cargious at netmode.ntua.gr>
>> Signed-off-by: Jesse Gross <jesse at nicira.com>
>
> Looks good to me.

Thanks, I pushed it.



More information about the dev mailing list