Re: IPsec IPv6 PMTU

2020-12-27 Thread Alexander Bluhm
On Thu, Dec 24, 2020 at 10:54:59PM +0100, Alexander Bluhm wrote: > It also makes v4 and v6 code look simmilar. If you want, I can > split this for easier review. This is the part of the diff that creates a path MTU host route for IPv6. Basically the code is copied from IPv4 and adapted. Some th

IPsec IPv6 PMTU

2020-12-24 Thread Alexander Bluhm
Hi, This diff makes path MTU discovery work for IPv6 IPsec ESP over IPv4 tunnel. Basically it ports code from v4 to v6. It also makes v4 and v6 code look simmilar. If you want, I can split this for easier review. ok? bluhm Index: netinet/icmp6.h ==