CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/07 07:33:17
Modified files:
sys/net : if_atm.h if_atmsubr.c if_ethersubr.c
if_fddisubr.c if_gre.c pf.c pfvar.h
radix_mpath.c radix_mpath.h route.c route.h
sys/netinet : if_atm.c if_ether.c in_pcb.c ip_icmp.c
ip_input.c ip_ipsp.h ip_output.c
sys/netinet6 : frag6.c icmp6.c in6.h in6_gif.c in6_src.c
ip6_forward.c ip6_input.c ip6_output.c nd6.c
sys/netmpls : mpls_input.c mpls_output.c
Log message:
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
accept flags for report and nocloning. Move the rtableid into struct route
(with a minor twist for now) and make a few more codepathes rdomain aware.
Appart from the pf.c and route.c bits the diff is mostly mechanical.
More to come...
OK michele, henning