[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YnJQCIKgriI3kjFc@sellars>
Date: Wed, 4 May 2022 12:06:00 +0200
From: Linus Lüssing <linus.luessing@...3.blue>
To: Kevin Mitchell <kevmitch@...sta.com>
Cc: Matthias Schiffer <mschiffer@...verse-factory.net>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
netdev@...r.kernel.org, gal@...dia.com,
bridge@...ts.linux-foundation.org, Florian Westphal <fw@...len.de>,
linux-kernel@...r.kernel.org,
Jozsef Kadlecsik <kadlec@...filter.org>,
coreteam@...filter.org, netfilter-devel@...r.kernel.org,
Nikolay Aleksandrov <nikolay@...dia.com>,
Roopa Prabhu <roopa@...dia.com>,
Jakub Kicinski <kuba@...nel.org>,
Alexey Kuznetsov <kuznet@....inr.ac.ru>,
"David S. Miller" <davem@...emloft.net>,
Pablo Neira Ayuso <pablo@...filter.org>
Subject: Re: [Bridge] [PATCH v2 0/1] UDP traceroute packets with no checksum
On Tue, Apr 05, 2022 at 04:51:15PM -0700, Kevin Mitchell via Bridge wrote:
> This is v2 of https://lkml.org/lkml/2022/1/14/1060
>
> That patch was discovered to cause problems with UDP tunnels as
> described here:
>
> https://lore.kernel.org/netdev/7eed8111-42d7-63e1-d289-346a596fc933@nvidia.com/
>
> This version addresses the issue by instead explicitly handling zero UDP
> checksum in the nf_reject_verify_csum() helper function.
>
> Unlike the previous patch, this one only allows zero UDP checksum in
> IPv4. I discovered that the non-netfilter IPv6 path would indeed drop
> zero UDP checksum packets, so it's probably best to remain consistent.
Are you sure that a UDP zero checksum is not working for IPv6
packets? We are using it here without any issues with VXLAN
tunnels.
Yes, the original RFC did not allow UDP zero checksums in IPv6
packets, but I believe this has changed:
https://www.rfc-editor.org/rfc/rfc6936
(https://www.ietf.org/archive/id/draft-ietf-6man-udpzero-01.html)
Regards, Linus
Powered by blists - more mailing lists