commit | 439e23857a21c3a953826eed23c818697a97de1a | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Apr 03 13:30:17 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 03 13:30:17 2008 -0700 |
tree | 72d751492b9bafb55da3c6a35cea9e17573f938b | |
parent | af2681828af5f2b42e12e8b16ba0cf113cf486c8 [diff] |
[IPV6]: Event type in addrconf_ifdown is mis-used. addrconf_ifdown is broken in respect to the usage of how parameter. This function is called with (event != NETDEV_DOWN) and (2) on the IPv6 stop. It the latter case inet6_dev from loopback device should be destroyed. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>