CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/09 09:44:20
Modified files:
sys/net : route.c route.h
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
Add the rtableid to struct rttimer and therefor make it available to
the callback functions. This fixes a problem where dynamic routes in
different tables would not get deleted because the callback was doing
the remove on the wrong table.
OK henning@
