[Dnsmasq-discuss] Announce: dnsmasq-2.67rc1
Simon Kelley
simon at thekelleys.org.uk
Wed Oct 2 11:04:51 BST 2013
On 02/10/13 10:24, Vladislav Grishenko wrote:
> Hi Simon,
>
>> Remove the rule for constructed DHCP ranges that the local
>> address must be either the first or last address in the
>> range. This was originally to avoid SLAAC addresses, but
>> we now explicitly autoconfig and privacy addresses
>> instead.
>
> There's minor cosmetic issue after above changes.
> Dnsmasq logs first address for SLAAC/DHCP stateless templates on startup,
> what makes sense only for DHCPv6 stateful.
>
> Example:
> br0 inet6 addr: 2001:db8::1/64 Scope:Global
> dhcp-range=lan,::2,::255,constructor:br0,ra-names,64,86400
>
> dnsmasq-dhcp: DHCPv6, IP range ::2 -- ::255, lease time 1d, template
> for br0
> dnsmasq-dhcp: DHCPv4-derived IPv6 names on ::2, template for br0
> dnsmasq-dhcp: router advertisement on ::2, template for br0
> dnsmasq-dhcp: DHCPv6, IP range 2001:db8::2 -- 2001:db8::255, lease
> time 1d, constructed for br0
> dnsmasq-dhcp: DHCPv4-derived IPv6 names on 2001:db8::, constructed
> for br0
> dnsmasq-dhcp: router advertisement on 2001:db8::, constructed for
> br0
> dnsmasq-dhcp: IPv6 router advertisement enabled
>
> Addr "::2" shown above in DHCPv4-derived IPv6 names and router advertisement
> is redundant, because not further used.
> Actually, non-DHCPv6 stateful templates use only prefix part of the first
> address in configured range, in example above "::2/64" => "::".
>
> Best Regards, Vladislav Grishenko
>
>
>
Thanks, simple fix pushed.
Cheers,
Simon.
More information about the Dnsmasq-discuss
mailing list