CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/22 06:47:10
Modified files:
sys/netinet : ip_input.c
sys/netinet6 : ip6_forward.c
Log message:
Copy code from ip_forward() to ip6_forward() to fix Path MTU discovery
in IPsec IPv6 tunnel. Implement sending ICMP6 packet too big
messages. Also implement the pf error case in ip6_forward(). While
there, do some cleanup and make the IPv4 and IPv6 code look similar.
OK tobhe@
