commit | 3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36 | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Thu Sep 11 15:07:16 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 13 16:39:40 2014 -0400 |
tree | 08d86a30254963f1f8bfea4bc26d75022f65daa5 | |
parent | 4361eb664de09a9f60955c7f5e9355f7ed46a08d [diff] |
ipv6: exit early in addrconf_notify() if IPv6 is disabled If IPv6 is explicitly disabled before the interface comes up, it makes no sense to continue when it comes up, even just print a message. (I am not sure about other cases though, so I prefer not to touch) Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>