CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/28 12:50:37
Modified files:
sys/kern : vfs_subr.c
sys/net : pf_table.c radix.c radix.h route.c route.h
rtsock.c
sys/netinet : if_ether.c
sys/netinet6 : nd6_rtr.c
sys/sys : sysctl.h
Log message:
Add the rtable id as an argument to rn_walktree(). Functions like
rt_if_remove_rtdelete() need to know the table id to be able to correctly
remove nodes.
Problem found by Andrea Parazzini and analyzed by Martin Pelikan.
OK henning@
