[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] [task #12406] Add DHCPv6
From: |
H. Peter Anvin |
Subject: |
Re: [lwip-devel] [task #12406] Add DHCPv6 |
Date: |
Wed, 20 Mar 2013 22:10:11 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
On 03/18/2013 04:35 AM, Harald Johansen wrote:
> Follow-up Comment #3, task #12406 (project lwip):
>
> Stateless DHCPv6 (i.e. Information Request - RFC 3736) is often needed to
> retrieve DNS (and SIP) server address(es). This is especially valid in an
> IPv6-only network.
>
> Stateless DHCPv6 runs fine as an addon to SLAAC: The network informs the
> clients the support for it through the M/O-bits in the RA message during
> SLAAC.
>
> To make use of IPv6 DNS server address(es), I think the LwIP DNS client need
> to be enhanced with support for transmitting on IPv6?
>
Not to mention that there are definitely environments where stateful
DHCPv6 is required.
-hpa