OpenBSD cvs log

created 2024-03-05T17:36:03Z
begin 2024-02-28T00:53:16Z
end 2024-02-28T10:57:20Z
path src/sys
commits 1

date 2024-02-28T10:57:20Z
author bluhm
files src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet6/ip6_forward.c log diff annotate
src/sys/netinet6/ip6_input.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message Cleanup IP input, forward, output.

Before changing the routing code, get IPv4 and IPv6 input, forward,
and output in a similar shape. Remove inconsistencies.

OK claudio@