Hi, We would like to get it backported till OVS 2.6 at least. Regards, Nitin
> -----Original Message----- > From: Ben Pfaff [mailto:[email protected]] > Sent: Tuesday, February 12, 2019 9:13 AM > To: Darrell Ball <[email protected]> > Cc: [email protected]; Nitin Katiyar <[email protected]> > Subject: Re: [ovs-dev] [patch v4 2/2] conntrack: Exclude l2 padding in > 'conn_key_extract()'. > > On Mon, Feb 04, 2019 at 04:23:07PM -0800, Darrell Ball wrote: > > 'conn_key_extract()' in userspace conntrack is including L2 > > (Ethernet) pad bytes for both L3 and L4 sizes. One problem is any > > packet with non-zero L2 padding can incorrectly fail L4 checksum > > validation. > > > > This patch fixes conn_key_extract() by ignoring L2 pad bytes. > > > > Fixes: a489b16854b5 ("conntrack: New userspace connection tracker.") > > CC: Daniele Di Proietto <[email protected]> > > Co-authored-by: Vishal Deep Ajmera <[email protected]> > > Co-authored-by: Venkatesan Pradeep > <[email protected]> > > Co-authored-by: Nitin Katiyar <[email protected]> > > Signed-off-by: Vishal Deep Ajmera <[email protected]> > > Signed-off-by: Venkatesan Pradeep <[email protected]> > > Signed-off-by: Nitin Katiyar <[email protected]> > > Signed-off-by: Darrell Ball <[email protected]> > > Thanks. > > I applied this series to master. Please let me know what branches I should > backport it to. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
