[Dnsmasq-discuss] [PATCH] dnsmasq unit tests!

2020-05-04 Thread Petr Menšík
Hello everyone, we have merged support for multiple IPv6 addresses to our release in RHEL. We tried to ensure it does not break anything and we failed. I made already some dnsmasq tests in separate repository [1], running in network namespaces. There are two kinds of tests. Simple shell backed

[Dnsmasq-discuss] lease time affects ipv6 prefix life time

2020-05-04 Thread Olaf Hering
I have this in dnsmas.conf to advertise the current ipv6 prefix: dhcp-range=::,constructor:${interface},slaac,ra-names,64,${lease_time} enable-ra If the prefix gets changed, dnsmasq starts to announce the new prefix, but it keeps announcing the old one (as deprecated) as well for a while. I

[Dnsmasq-discuss] authoritative reverse zone

2020-05-04 Thread Williams, Gareth
Hi, I'm attempting to set up dnsmasq in my lab and wish it to be authoritative for various internal test domains. I'm not setting up global DNS as these are all internal-only. I've setup a minimal config as follows: no-dhcp-interface= no-resolve local-ttl=60

Re: [Dnsmasq-discuss] [PATCH] Regression in 2.81 related to support for multiple IPv6 addresses

2020-05-04 Thread Harald Jensås
On Fri, 2020-05-01 at 16:52 +0200, Harald Jensas wrote: > On Fri, 1 May 2020, 16:28 Petr Menšík, wrote: > > Hi Harald and Geert, > > > > I looked at it and it is quite confusing what it does. Not quite > > simple > > to understand. I think it is not uncommon for dnsmasq code, but > > this > >