Re: [PATCH net-next 0/6] Support PMTU discovery with bridged UDP tunnels

2020-08-03 Thread David Miller
From: Stefano Brivio Date: Mon, 3 Aug 2020 22:52:08 +0200 > Currently, PMTU discovery for UDP tunnels only works if packets are > routed to the encapsulating interfaces, not bridged. > > This results from the fact that we generally don't have valid routes > to the senders we can use to relay IC

Re: [PATCH net-next 0/6] Support PMTU discovery with bridged UDP tunnels

2020-08-03 Thread David Ahern
On 8/3/20 5:28 PM, Florian Westphal wrote: > Stefano Brivio wrote: >> Currently, PMTU discovery for UDP tunnels only works if packets are >> routed to the encapsulating interfaces, not bridged. >> >> This results from the fact that we generally don't have valid routes >> to the senders we can use

Re: [PATCH net-next 0/6] Support PMTU discovery with bridged UDP tunnels

2020-08-03 Thread Florian Westphal
Stefano Brivio wrote: > Currently, PMTU discovery for UDP tunnels only works if packets are > routed to the encapsulating interfaces, not bridged. > > This results from the fact that we generally don't have valid routes > to the senders we can use to relay ICMP and ICMPv6 errors, and makes > PMTU

[PATCH net-next 0/6] Support PMTU discovery with bridged UDP tunnels

2020-08-03 Thread Stefano Brivio
Currently, PMTU discovery for UDP tunnels only works if packets are routed to the encapsulating interfaces, not bridged. This results from the fact that we generally don't have valid routes to the senders we can use to relay ICMP and ICMPv6 errors, and makes PMTU discovery completely non-functiona