CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/19 04:42:37
Modified files: sys/net : route.c Log message: Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa(). Note that it is safe to keep a reference to the ifa pointed by a route entry after freeing the entry iff the ifa is valid. ok bluhm@