On Fri, Oct 04, 2019 at 09:49:57AM -0700, Greg Rose wrote:
> The recently added test to check for the correct L3 L4 protocol
> information after conntrack reassembles a packet should not run
> in the userspace datapath. It is specific to a kernel datapath
> regression.
>
> Also change the name of the test to make it more informativeand
> less redundant and add comments with a short explanation.
>
> Fixes: d7fd61a ("tests: Add check for correct l3l4 conntrack frag reassembly")
> Suggested-by: Darrell Ball <[email protected]>
> Signed-off-by: Greg Rose <[email protected]>
Applied to master, thanks Greg and Darrell!
Greg, I noticed that you didn't CC Darrell on the patch. You might find
it helpful to add the following to your ~/.gitconfig
[sendemail]
ccCmd = extract-ccs
and install the following in your $PATH as extract-ccs (marked
executable):
#! /bin/sed -nf
s/^[A-Z][-a-z]*-by: \(.*@.*\)/\1/p
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev