OpenBSD cvs log

created 2022-05-03T06:47:01Z
begin 2022-04-30T00:00:00Z
end 2022-04-30T07:20:35Z
path src/sys
commits 1

date 2022-04-30T07:20:35Z
author claudio
files src/sys/net/route.c log diff annotate
src/sys/net/route.h log diff annotate
src/sys/netinet/ip_icmp.c log diff annotate
src/sys/netinet/ip_mroute.c log diff annotate
src/sys/netinet6/icmp6.c log diff annotate
src/sys/netinet6/ip6_mroute.c log diff annotate
message Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.
The callback only needs to know the rtableid all the other info from
struct rtableid is not needed.
Also change the default rttimer callback to only delete routes that are
RTF_HOST and RTF_DYNAMIC. This way 2 of the ICMP handlers can use NULL
as the callback.
OK bluhm@