Message ID | 20210226213506.506799-1-eyal.birger@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | vti(6): fix ipv4 pmtu check to honor ip header df | expand |
2021-02-26, 23:35:04 +0200, Eyal Birger wrote: > This series aligns vti(6) handling of non-df IPv4 packets exceeding > the size of the tunnel MTU to avoid sending "Frag needed" and instead > fragment the packets after encapsulation. > > Eyal Birger (2): > vti: fix ipv4 pmtu check to honor ip header df > vti6: fix ipv4 pmtu check to honor ip header df Thanks Eyal. Reviewed-by: Sabrina Dubroca <sd@queasysnail.net> Steffen, that's going to conflict with commit 4372339efc06 ("net: always use icmp{,v6}_ndo_send from ndo_start_xmit") from net.
On Tue, Mar 02, 2021 at 10:32:13AM +0100, Sabrina Dubroca wrote: > 2021-02-26, 23:35:04 +0200, Eyal Birger wrote: > > This series aligns vti(6) handling of non-df IPv4 packets exceeding > > the size of the tunnel MTU to avoid sending "Frag needed" and instead > > fragment the packets after encapsulation. > > > > Eyal Birger (2): > > vti: fix ipv4 pmtu check to honor ip header df > > vti6: fix ipv4 pmtu check to honor ip header df > > Thanks Eyal. > Reviewed-by: Sabrina Dubroca <sd@queasysnail.net> > > Steffen, that's going to conflict with commit 4372339efc06 ("net: > always use icmp{,v6}_ndo_send from ndo_start_xmit") from net. Applied, thanks everyone!