commit | eb867579311a9c1e998d6911af056772c400122a | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Apr 03 13:31:53 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 03 13:31:53 2008 -0700 |
tree | 8f0ba1a08b34472dc8bbf1355de54e92414c5ebd | |
parent | 439e23857a21c3a953826eed23c818697a97de1a [diff] |
[IPV6]: inet6_dev on loopback should be kept until namespace stop. In the other case it will be destroyed when last address will be removed from lo inside a namespace. This will break IPv6 in several places. The most obvious one is ip6_dst_ifdown. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>