From: Milan Kocian <milon@wq.cz>
To: Thomas Graf <tgraf@suug.ch>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: [PATCH 1/1] ipv6: remove redundant RTM_DELLINK message
Date: Thu, 13 Sep 2007 11:57:38 +0200 [thread overview]
Message-ID: <20070913095738.GA4168@wq.cz> (raw)
In-Reply-To: <20070912145323.GE18480@postel.suug.ch>
remove useless message. We get right message from other subsystem.
---
--- a/net/ipv6/addrconf.c 2007-09-13 11:22:31.087494976 +0200
+++ b/net/ipv6/addrconf.c 2007-09-13 11:25:56.056225711 +0200
@@ -2486,9 +2486,7 @@ static int addrconf_ifdown(struct net_de
else
ipv6_mc_down(idev);
- /* Step 5: netlink notification of this interface */
idev->tstamp = jiffies;
- inet6_ifinfo_notify(RTM_DELLINK, idev);
/* Shot the device (if unregistered) */
Signed-off-by: Milan Kocian <milon@wq.cz>
next prev parent reply other threads:[~2007-09-13 9:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 14:33 [PATCH 1/1] ipv6: corrects sended rtnetlink message Milan Kocian
2007-08-21 7:20 ` David Miller
2007-08-29 21:51 ` Milan Kocian
2007-09-06 10:47 ` Thomas Graf
2007-09-06 21:05 ` Milan Kocian
2007-09-07 10:11 ` Thomas Graf
2007-09-12 14:50 ` Milan Kocian
2007-09-12 14:53 ` Thomas Graf
2007-09-13 9:57 ` Milan Kocian [this message]
2007-09-16 4:48 ` [PATCH 1/1] ipv6: remove redundant RTM_DELLINK message David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070913095738.GA4168@wq.cz \
--to=milon@wq.cz \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=tgraf@suug.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).