Re: [Dnsmasq-discuss] [PATCH] DHCPv6: Honor assigning IPv6 address based on MAC address

2019-01-13 Thread Roy Marples
On 11/01/2019 16:52, Pali Rohár wrote: Hello, can somebody look at this patch? I remember that more people asked for ability to assign IPv6 address based on MAC address specified in config file, rather then IAID/DUID. ... Also this patch adds support for allowing IPv6 address to be associate

Re: [Dnsmasq-discuss] Config Parcing Bug

2019-01-13 Thread Simon Kelley
The error is originating in the libidn2 library. Interestingly, compiling against libidn1, that library doesn't flag the error. Dnsmasq passes the input domain name to libidn[2] so that it can be translated to punycode if it contains non-ascii characters. I guess the authors of libidn2 would cons

Re: [Dnsmasq-discuss] [PATCH] fix entries in /etc/hosts disabling static leases

2019-01-13 Thread Simon Kelley
Patch applied. Cheers, Simon. On 12/01/2019 21:55, Steven Siloti wrote: > It is possible for a config entry to have one address family specified by a > dhcp-host directive and the other added from /etc/hosts. This is especially > common on OpenWrt because it uses odhcpd for DHCPv6 and IPv6 le