From: Patrick McHardy <kaber@trash.net>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: "David S. Miller" <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [1/1] netlink: fix broadcasting to the wrong group.
Date: Tue, 18 Apr 2006 07:36:52 +0200 [thread overview]
Message-ID: <44447AF4.5060907@trash.net> (raw)
In-Reply-To: <20060418051846.GA833@2ka.mipt.ru>
Evgeniy Polyakov wrote:
> On Tue, Apr 18, 2006 at 01:13:35AM +0200, Patrick McHardy (kaber@trash.net) wrote:
>
>>I went over your mails again, but I don't understand the problem you're
>>seeing. Please just make a simple example showing the operation +
>>the arguments you're using to bind to group 5 which would result in
>>bit 0 beeing set or the kernel deciding to send to group 1 for some
>>other reason.
>
>
> Example:
> at bind time group 5 was selected and then socket was subscribed to that
> group. This end up in 0b10101 bitmask, which allows to multicast to
> group 16 which has nothing in common with either group number 5 or
> bitmask 5.
Again, bind() takes a bitmask of the groups to subscribe to, not the
numerical value 5. To subscribe to group 5 using bind, you use 1<<(5-1)
as nladdr, which is 0x10000. Check out the difference between
RTMGRP_NOTIFY (backwards compatibility for bind()) and RTNLGRP_NOTIFY
(used internally and for NETLINK_ADD_MEMBERSHIP).
> I think that if socket uses bitmask at bind time, then it should not be
> allowed to subscribe.
> So for above example at bind time (1<<4) should be used and this is what
> happens with subscription. We discussed already that itmask
> functionality was never used, and current behaviour introduces big
> ambiguity.
> Well, if you forces this to not be changed, I will update documentation
> about this behaviour.
See above. Does this clear things up?
next prev parent reply other threads:[~2006-04-18 5:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-17 9:36 [1/1] netlink: fix broadcasting to the wrong group Evgeniy Polyakov
2006-04-17 15:35 ` Patrick McHardy
2006-04-17 19:49 ` Evgeniy Polyakov
2006-04-17 20:14 ` Patrick McHardy
2006-04-17 20:21 ` Evgeniy Polyakov
2006-04-17 23:13 ` Patrick McHardy
2006-04-18 5:18 ` Evgeniy Polyakov
2006-04-18 5:36 ` Patrick McHardy [this message]
2006-04-18 5:53 ` Evgeniy Polyakov
2006-04-18 6:00 ` Patrick McHardy
2006-04-18 6:09 ` Evgeniy Polyakov
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=44447AF4.5060907@trash.net \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=johnpol@2ka.mipt.ru \
--cc=netdev@vger.kernel.org \
/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).