I think this fixes the issue with disable_ipv6

--- a/net/ipv6/addrconf.c       2011-01-23 20:30:25.897243002 +1100
+++ b/net/ipv6/addrconf.c       2011-01-23 20:30:41.161243002 +1100
@@ -4197,7 +4197,7 @@ static void dev_disable_change(struct in
                return;
 
        if (idev->cnf.disable_ipv6)
-               addrconf_notify(NULL, NETDEV_DOWN, idev->dev);
+               addrconf_notify(NULL, NETDEV_UNREGISTER, idev->dev);
        else
                addrconf_notify(NULL, NETDEV_UP, idev->dev);
 }

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to