* [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
* Re: [PATCH]A old patch for addrconf_ifdown(...).
2005-11-03 0:48 [PATCH]A old patch for addrconf_ifdown(...) Yan Zheng
@ 2005-11-03 1:14 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2005-11-03 1:14 UTC (permalink / raw)
To: Yan Zheng; +Cc: netdev, linux-kernel
On 11/2/05, Yan Zheng <yanzheng@21cn.com> wrote:
> Hi.
>
> The patch may be got lost. It's already acked by YOSHIFUJI.
>
>
> Signed-off-by: Yan Zheng<yanzheng@21cn.com>
I tought it had already been applied by Dave:
http://www.uwsg.iu.edu/hypermail/linux/kernel/0510.1/1290.html
Anyway, applying it now, thanks.
- Arnaldo
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.