[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110123213444.70d0b0f1@s6510>
Date: Sun, 23 Jan 2011 21:34:44 +1100
From: Stephen Hemminger <shemminger@...tta.com>
To: Willy Tarreau <w@....eu>
Cc: jbohac@...e.cz, yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org,
stable@...nel.org, stephen.hemminger@...tta.com,
ebiederm@...ssion.com, brian.haley@...com, lorenzo@...gle.com,
David Miller <davem@...emloft.net>, maheshkelkar@...il.com
Subject: Re: [stable] [RFC] ipv6: don't flush routes when setting loopback
down
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);
}
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists