Module Name: src Committed By: ozaki-r Date: Thu Aug 13 10:14:26 UTC 2015
Modified Files: src/sys/net: route.c Log Message: Remove extra rt_refcnt++ in rtalloc1 rtrequest has already done it. So we don't need to do it once more. This fixes regressed behavior of ARP cache expiration which an expired cache doesn't disappear. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.