CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/01 06:50:03
Modified files:
share/man/man9 : Makefile rtalloc.9
sys/net : route.c route.h
Log message:
Introduce rtisvalid(9) a function to check if a (cached) route entry
can be used or should be released by rtfree(9).
It currently checks if the route is UP and is not attached to a stall
ifa.
ok bluhm@, claudio@
