LGTM Acked-by: Pritesh Kothari <[email protected]>
> On Mar 30, 2015, at 3:14 PM, Jesse Gross <[email protected]> wrote: > > The GRE checksum is a 16 bit field stored in a 32 bit option (the > rest is reserved). The current code treats the checksum as a 32-bit > field and places it in the right place for little endian systems but > not big endian. This fixes the problem by storing the 16 bit field > directly. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
