CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/02/07 16:40:40
Modified files:
sys/net : route.c
sys/netinet : in_pcb.c
sys/netinet6 : in6.h in6_pcb.c in6_src.c ip6_forward.c
ip6_output.c ip6_var.h
Log message:
Use the route generation number also for IPv6.
Implement route6_cache() to check whether the cached route is still
valid and otherwise fill caching parameter of struct route_in6.
Also count cache hits and misses in netstat. in_pcbrtentry() uses
route cache now.
OK claudio@