[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87d2do93lv.fsf@x220.int.ebiederm.org>
Date: Tue, 01 Jul 2014 14:22:04 -0700
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Ben Greear <greearb@...delatech.com>
Cc: Dan Williams <dcbw@...hat.com>,
Bjørn Mork <bjorn@...k.no>,
netdev <netdev@...r.kernel.org>
Subject: Re: How is IPv6 dhcp supposed to work?
Ben Greear <greearb@...delatech.com> writes:
> After more printk debugging, it seems it is failing to accept the RA due to
> ipv6_chk_addr failing in the ndisc_router_discovery method.
>
> This is probably because one interface on my system is running radvd
> (on one side of a veth pair), and the peer veth is supposed to be
> accepting the ra.
>
> The chk_addr is checking if the source addr for the RA is not found locally, as far
> as I can tell, but in my case, it is local, and it still should be accepted.
>
> My case is a bit special (I'm doing virtual network type things), but
> maybe there is a more useful reason to allow this restriction to be
> relaxed with yet another sysctl?
This is probably long solved by now, but network namespaces solve this
problem very simply. What is local in one network namespace is not
considered local in another.
Eric
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists