Re: [PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df

2021-03-03 Thread Steffen Klassert
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 encapsul

Re: [PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df

2021-03-02 Thread Sabrina Dubroca
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 hea

[PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df

2021-02-26 Thread Eyal Birger
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