Module Name: src Committed By: ozaki-r Date: Tue Oct 20 07:46:59 UTC 2015
Modified Files: src/sys/netinet: if_arp.c Log Message: Stop callout in arp_rtrequest(RTM_DELETE) This change fixes arptimer panic after removing an interface (say by drvctl -d), which is reported by Takahiro Hayashi. This change also fixes llentry's reference counting; we have to take into account rtentry#rt_llinfo as well as arptimer. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.