]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up reference management in in6_update_ifa and in6_unlink_ifa, and
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 25 Jun 2009 08:37:38 +0000 (08:37 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 25 Jun 2009 08:37:38 +0000 (08:37 +0000)
commit3cfed08d1d02ef8e2259a7b4ec334cd8851fde23
tree3c07855759771ed0cdcac63c28b8d62cc832cdeb
parentd4b9a71c71cb5d0ae036e135bac153897353b499
Clean up reference management in in6_update_ifa and in6_unlink_ifa, and
in particular, add a reference for in6_ifaddrhead since we do remove a
reference for it when an IPv6 address is removed.  This fixes ifconfig
delete of an IPv6 alias.

Reported by: tegge
MFC after: 6 weeks
sys/netinet6/in6.c