CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2022/04/30 01:20:35

Modified files:
        sys/netinet    : ip_mroute.c ip_icmp.c 
        sys/net        : route.c route.h 
        sys/netinet6   : icmp6.c ip6_mroute.c 

Log 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@

Reply via email to