2005-11-03 00:47:46

by Yan Zheng

[permalink] [raw]
Subject: [PATCH]A old patch for addrconf_ifdown(...).

Hi.

The patch may be got lost. It's already acked by YOSHIFUJI.


Signed-off-by: Yan Zheng<[email protected]>

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) */



2005-11-03 01:14:04

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH]A old patch for addrconf_ifdown(...).

On 11/2/05, Yan Zheng <[email protected]> wrote:
> Hi.
>
> The patch may be got lost. It's already acked by YOSHIFUJI.
>
>
> Signed-off-by: Yan Zheng<[email protected]>

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