* Re: [Bugme-new] [Bug 15684] New: Netlink is notifying RTNLGRP_IPV6_IFADDR instead of RTNLGRP_IPV6_IFINFO
[not found] <bug-15684-10286@https.bugzilla.kernel.org/>
@ 2010-04-05 19:54 ` Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2010-04-05 19:54 UTC (permalink / raw)
To: netdev; +Cc: bugzilla-daemon, bugme-daemon, eduardo.panisset
(switched to email. Please respond via emailed reply-to-all, not via the
bugzilla web interface).
On Fri, 2 Apr 2010 18:35:14 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15684
>
> Summary: Netlink is notifying RTNLGRP_IPV6_IFADDR instead of
> RTNLGRP_IPV6_IFINFO
> Product: Networking
> Version: 2.5
> Kernel Version: 2.6.28-2
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: IPV6
> AssignedTo: yoshfuji@linux-ipv6.org
> ReportedBy: eduardo.panisset@gmail.com
> Regression: No
>
>
> It seems the inet6_ifinfo_notify function placed in "net/ipv6/addrconf.c" is
> notifying the wrong netlink group (RTNLGRP_IPV6_IFADDR) with ifinfo structure.
>
> So I suggest the correction below (RTNLGRP_IPV6_IFINFO takes the place of
> RTNLGRP_IPV6_IFADDR):
>
> void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
> {
>
> ...
>
> err = rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFINFO, NUL, GFP_ATOMIC);
> ...
>
> errout:
> if (err < 0)
> rtnl_set_sk_err(net, RTNLGRP_IPV6_IFINFO, err);
> }
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-05 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-15684-10286@https.bugzilla.kernel.org/>
2010-04-05 19:54 ` [Bugme-new] [Bug 15684] New: Netlink is notifying RTNLGRP_IPV6_IFADDR instead of RTNLGRP_IPV6_IFINFO Andrew Morton
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).