From: Denis V. Lunev Date: Tue, 11 Sep 2007 09:04:49 +0000 (+0200) Subject: [IPV6]: Freeing alive inet6 address X-Git-Tag: v2.6.23-rc7~100^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e3be4b34364a670bd6e57d2e8c3caabdd8d89f8;p=pandora-kernel.git [IPV6]: Freeing alive inet6 address From: Denis V. Lunev addrconf_dad_failure calls addrconf_dad_stop which takes referenced address and drops the count. So, in6_ifa_put perrformed at out: is extra. This results in message: "Freeing alive inet6 address" and not released dst entries. Signed-off-by: Denis V. Lunev Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed