Re: [Dnsmasq-discuss] Noisy DHCPv6 DHCPADVERTISE

2024-02-29 Thread Ian Dall
I know this is an old thread, but I too find these messages annoying. I have: dhcp-range=set:lan,::,static,constructor:br-lan,slaac,ra-names,12h which as far as I can tell is perfectly valid. My unknown IPv6 clients get configured with SLAAC/RA, but clients which are known via dhcp-host g

[Dnsmasq-discuss] [PATCH] Quieten DHCPv6 log when in static mode.

2024-03-03 Thread Ian Dall
ot;no addresses available" messages to be quietened. Signed-off-by: Ian Dall --- src/rfc3315.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rfc3315.c b/src/rfc3315.c index 400d939..a40d364 100644 --- a/src/rfc3315.c +++ b/src/rfc3315.c @@ -815,7 +815,11 @@ stati

Re: [Dnsmasq-discuss] [PATCH] Quieten DHCPv6 log when in static mode.

2024-03-05 Thread Ian Dall
ACK the typo in the comment, but what do you mean by duplicate? I'm not sure the comment is really necessary anyway. On Mon, 2024-03-04 at 07:13 +0100, Geert Stappers wrote: > On Mon, Mar 04, 2024 at 03:53:23PM +1030, Ian Dall wrote: > > When a DHCP range has a mode of "stati