net: join and leave a IPv6 group address, on a specific interface
This CL changes both JoinGroup and LeaveGroup methods
to take an interface as an argument for enabling IPv6
group address join/leave, join a group address on a
specific interface.
And this CL requires CL 4808062. On 2011/07/31 17:57:14, mikioh wrote: > Hello mailto:rsc@golang.org, mailto:dave@cheney.net ...
13 years, 7 months ago
(2011-07-31 17:59:00 UTC)
#2
And this CL requires CL 4808062.
On 2011/07/31 17:57:14, mikioh wrote:
> Hello mailto:rsc@golang.org, mailto:dave@cheney.net (cc:
mailto:golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
Hi, On Wed, Aug 3, 2011 at 8:08 PM, <dave@cheney.net> wrote: > This doesn't appear ...
13 years, 7 months ago
(2011-08-03 11:43:20 UTC)
#5
Hi,
On Wed, Aug 3, 2011 at 8:08 PM, <dave@cheney.net> wrote:
> This doesn't appear to work with +tip, should I apply any other patches
> before this one ?
Yep, please try after patching both CL 4808062 and CL 4826056 on BSD variants.
On Linux you need only CL 4808062.
-- Mikio Hara
On Wed, Aug 17, 2011 at 5:09 AM, <rsc@golang.org> wrote: > Is there any merit ...
13 years, 7 months ago
(2011-08-17 02:56:16 UTC)
#9
On Wed, Aug 17, 2011 at 5:09 AM, <rsc@golang.org> wrote:
> Is there any merit in using an IP address
> instead of an *Interface, as in the other CL?
For now I don't see any good reason to use IP address for specifying
incoming/outgoing IP interface.
If we have a nice IP address parser that parsing IP address w/ scope
zone notation like "fe80::1%en1", "2011::1%company_divA-dept1"
and platforms, kernels support more IPv6 scope zones such as
admin-local, organization-local, using an IP address might be a bit
more generic than *Interface.
I had been waiting for general IPv6 deployment the last decade but
that not come. Perhaps in next two, three decades, it would be IPv4/
v6 dual-stack era with the use of up to IPv6 link-local scope zone.
So I'd prefer to using *Interface right now.
-- Mikio
Issue 4815074: code review 4815074: net: join and leave a IPv6 group address, on a specific...
(Closed)
Created 13 years, 7 months ago by mikio
Modified 13 years, 7 months ago
Reviewers:
Base URL:
Comments: 0