From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: Marc Haber <mh+netdev@zugschlus.de>
Cc: netdev@vger.kernel.org
Subject: Re: IPv6 route to gateway on fe80::1%eth0 when I have fe80::1%br0 locally
Date: Mon, 22 Feb 2016 16:12:36 +0100 [thread overview]
Message-ID: <56CB2564.9030003@stressinduktion.org> (raw)
In-Reply-To: <20160222150443.GV26042@torres.zugschlus.de>
Hi Marc,
On 22.02.2016 16:04, Marc Haber wrote:
> In prose:
>
> The host is a host for KVM VMs. It receives IPv6 connectivity via RA
> on eth0, where the default gateway announces its address as fe80::1.
> It also provides IPv6 connectivity to the VMs via the br0 interface.
> It is running radvd on br0, and for statically configured VMs it has
> also fe80::1 on br0.
>
> If accept_ra_from_local on eth0 were 0, the system would not accept
> the RA from the default gateway and and up with no IPv6 since fe80::1
> is locally configured with br0.
Isn't this behavior fixed with
commit c1a9a291cee0890eb0f435243f3fb84fefb04348
Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
Date: Wed Dec 23 22:44:37 2015 +0100
ipv6: honor ifindex in case we receive ll addresses in router
advertisements
$ git describe --contains c1a9a291cee0890eb0f435243f3fb84fefb04348
v4.4-rc8~5^2~10
?
If you don't have fe80::1%br0 bound on exactly that interface, it should
work, no? So, no need for accept_ra_from_local, which has dubious
semantics anyway.
> If accept_ra_from_local on eth0 is 1, the system accepts both the RA
> from the default gateway on eth0 _AND_ its own RA sent out and
> received on br0, and, making things worse, is setting the IP address
> and default route not on br0, but on eth0.
Understood. Thanks, I was just able to easily reproduce it. Was already
wondering why someone would enable accept_ra_from_local besides only
testing. I check it out, thanks!
Thanks,
Hannes
next prev parent reply other threads:[~2016-02-22 15:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-12 19:58 IPv6 route to gateway on fe80::1%eth0 when I have fe80::1%br0 locally Marc Haber
2015-12-22 15:15 ` Hannes Frederic Sowa
2015-12-22 21:28 ` Marc Haber
2015-12-22 21:50 ` Hannes Frederic Sowa
2016-02-22 15:04 ` Marc Haber
2016-02-22 15:12 ` Hannes Frederic Sowa [this message]
2016-02-22 15:47 ` Marc Haber
2016-02-22 16:15 ` Hannes Frederic Sowa
2016-02-22 19:20 ` Marc Haber
2016-02-23 9:03 ` Hannes Frederic Sowa
2016-02-23 10:47 ` Marc Haber
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=56CB2564.9030003@stressinduktion.org \
--to=hannes@stressinduktion.org \
--cc=mh+netdev@zugschlus.de \
--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).