netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]The type of inet6_ifinfo_notify event  in addrconf_ifdown().
@ 2005-10-14 10:40 Yan Zheng
  2005-10-14 10:53 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 3+ messages in thread
From: Yan Zheng @ 2005-10-14 10:40 UTC (permalink / raw)
  To: netdev, linux-kernel

Maybe inet6_ifinfo_notify event type should be RTM_DELLINK in 
addrconf_ifdown().

Signed-off-by: Yan Zheng<yanzheng@21cn.com>

Index:  net/ipv6/addrconf.c
------------------------------------------------------------------------
--- linux-2.6.14-rc4-git2/net/ipv6/addrconf.c    2005-10-14 
18:28:01.000000000 +0800
+++ linux/net/ipv6/addrconf.c    2005-10-14 18:31:15.000000000 +0800
@@ -2167,7 +2167,7 @@
 
     /* 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] 3+ messages in thread

end of thread, other threads:[~2005-10-14 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14 10:40 [PATCH]The type of inet6_ifinfo_notify event in addrconf_ifdown() Yan Zheng
2005-10-14 10:53 ` YOSHIFUJI Hideaki / 吉藤英明
2005-10-14 20:57   ` David S. Miller

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).