2005-10-14 10:39:31

by Yan Zheng

[permalink] [raw]
Subject: [PATCH]The type of inet6_ifinfo_notify event in addrconf_ifdown().

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

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

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



Subject: Re: [PATCH]The type of inet6_ifinfo_notify event in addrconf_ifdown().

In article <[email protected]> (at Fri, 14 Oct 2005 18:40:35 +0800), Yan Zheng <[email protected]> says:

> Maybe inet6_ifinfo_notify event type should be RTM_DELLINK in
> addrconf_ifdown().
>
> Signed-off-by: Yan Zheng<[email protected]>
Acked-by: YOSHIFUJI Hideaki <[email protected]>

--yoshfuji

2005-10-14 20:58:00

by David Miller

[permalink] [raw]
Subject: Re: [PATCH]The type of inet6_ifinfo_notify event in addrconf_ifdown().

From: YOSHIFUJI Hideaki <[email protected]>
Date: Fri, 14 Oct 2005 19:53:15 +0900 (JST)

> Acked-by: YOSHIFUJI Hideaki <[email protected]>

Applied. I also took the liberty of fixing the "Step 5"
comment above, it should be "Step 6" :-)

Yan, please fix your patch postings. Your email client
adds newlines, and changes tabs into spaces, totally corrupting
your patches. I have to apply every one of your patches by
hand because of this.

To be honest, gmail has been shown to be a very unusable place
from which to send patches. There are certain kinds of outgoing
text mangling that I do not know if they even allow to disable.

Thanks.