]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the reference held on the loopback route when the interface
authorQing Li <qingli@FreeBSD.org>
Fri, 7 Oct 2011 18:01:34 +0000 (18:01 +0000)
committerQing Li <qingli@FreeBSD.org>
Fri, 7 Oct 2011 18:01:34 +0000 (18:01 +0000)
commit41b210c6f69ec467d48b2aea82bb52f98b86cdca
tree110ab48571e5682969323bfaa765422ae582fc79
parent1593dcd025e6b8b04593afede5de98b74cca00e3
Remove the reference held on the loopback route when the interface
address is being deleted. Only the last reference holder deletes the
loopback route. All other delete operations just clear the IFA_RTSELF
flag.

PR: kern/159601
Submitted by: pluknet
Reviewed by: discussed on net@
MFC after: 3 days
sys/netinet/in.c