Re: [Bridge] [PATCH v2 0/1] UDP traceroute packets with no checksum

From: Linus Lüssing
Date: Wed May 04 2022 - 06:17:18 EST


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@xxxxxxxxxx/
>
> 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