* [PATCH]A old patch for addrconf_ifdown(...).
@ 2005-11-03 0:48 Yan Zheng
2005-11-03 1:14 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Yan Zheng @ 2005-11-03 0:48 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel, Arnaldo Carvalho de Melo
Hi.
The patch may be got lost. It's already acked by YOSHIFUJI.
Signed-off-by: Yan Zheng<yanzheng@21cn.com>
Index: net/ipv6/addrconf.c
------------------------------------------------------------------------
--- linux-2.6.14/net/ipv6/addrconf.c 2005-10-28 08:02:08.000000000 +0800
+++ linux/net/ipv6/addrconf.c 2005-11-03 08:35:11.000000000 +0800
@@ -2167,7 +2167,7 @@ static int addrconf_ifdown(struct net_de
/* Step 5: netlink notification of this interface */
idev->tstamp = jiffies;
- inet6_ifinfo_notify(RTM_NEWLINK, idev);
+ inet6_ifinfo_notify(RTM_DELLINK, idev);
/* Shot the device (if unregistered) */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-03 1:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03 0:48 [PATCH]A old patch for addrconf_ifdown(...) Yan Zheng
2005-11-03 1:14 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).