OpenBSD cvs log

created 2021-11-30T10:11:06Z
begin 2021-11-22T12:56:04Z
end 2021-11-22T13:47:10Z
path src/sys
commits 1

date 2021-11-22T13:47:10Z
author bluhm
files src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet6/ip6_forward.c log diff annotate
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@