Re: [PATCH net 2/2] openvswitch: Clear the L4 portion of the key for "later" fragments.

2019-08-25 Thread Pravin Shelar
On Sat, Aug 24, 2019 at 9:58 AM Justin Pettit wrote: > > Only the first fragment in a datagram contains the L4 headers. When the > Open vSwitch module parses a packet, it always sets the IP protocol > field in the key, but can only set the L4 fields on the first fragment. > The original behavior

[PATCH net 2/2] openvswitch: Clear the L4 portion of the key for "later" fragments.

2019-08-24 Thread Justin Pettit
Only the first fragment in a datagram contains the L4 headers. When the Open vSwitch module parses a packet, it always sets the IP protocol field in the key, but can only set the L4 fields on the first fragment. The original behavior would not clear the L4 portion of the key, so garbage values wou