ipv6: fix missing in6_ifa_put in addrconf
authorJohn Fastabend <john.r.fastabend@intel.com>
Mon, 15 Nov 2010 20:29:21 +0000 (20:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2010 17:24:58 +0000 (09:24 -0800)
commit9d82ca98f71fd686ef2f3017c5e3e6a4871b6e46
treedab771a2353d94604f0e3c8bcb6ef2cf9eda10c3
parentb5e4156743c5d42b736936be7a9ee8d72e0e4ac9
ipv6: fix missing in6_ifa_put in addrconf

Fix ref count bug introduced by

commit 2de795707294972f6c34bae9de713e502c431296
Author: Lorenzo Colitti <lorenzo@google.com>
Date:   Wed Oct 27 18:16:49 2010 +0000

ipv6: addrconf: don't remove address state on ifdown if the address
is being kept

Fix logic so that addrconf_ifdown() decrements the inet6_ifaddr
refcnt correctly with in6_ifa_put().

Reported-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c