Re: [Dnsmasq-discuss] [PATCH] expose the stale and unanswered metrics through CHAOS records

2023-06-07 Thread Karavelov, Luben via Dnsmasq-discuss
On Wed, 2023-06-07 at 23:15 +0200, Geert Stappers wrote: > > It misses > > --- a/man/dnsmasq.8 > +++ b/man/dnsmasq.8 > @@ -2248,6 +2248,7 @@ Do not respond to class CHAOS and type TXT in domain > bind queries. > Without this option being set, the cache statistics are also available in the >

Re: [Dnsmasq-discuss] [PATCH] expose the stale and unanswered metrics through CHAOS records

2023-06-07 Thread Geert Stappers
On Wed, Jun 07, 2023 at 01:28:17PM +, Karavelov, Luben via Dnsmasq-discuss wrote: > Adding two new CHAOS names: > - stale.bind > - unanswered.bind > that expose the dns_stale_answered and dns_unanswered metrics. > --- > src/cache.c | 8 > src/dnsmasq.h | 2 ++ > src/option.c | 2

Re: [Dnsmasq-discuss] Test suite for RFC validation

2023-06-07 Thread Petr Menšík
I know only ISC forge project. Never tried to use it on dnsmasq, but in theory it could be possible. https://github.com/isc-projects/forge On 21. 05. 23 17:05, Geert Stappers wrote: Hello Shashi, You might get two copies of this email. In case you answer, please answer the mailinglist. (

[Dnsmasq-discuss] Do we have good way to register SLAAC clients?

2023-06-07 Thread Petr Menšík
Hello everyone. I have attended IPv6 seminar yesterday (it was IPv6 day they said), where I have asked how to make similar registration of IPv6 address obtained by SLAAC with hostname of a client. They have said there Android is serious about not supporting DHCPv6 and that is not going to

[Dnsmasq-discuss] [PATCH] expose the stale and unanswered metrics through CHAOS records

2023-06-07 Thread Karavelov, Luben via Dnsmasq-discuss
Adding two new CHAOS names: - stale.bind - unanswered.bind that expose the dns_stale_answered and dns_unanswered metrics. --- src/cache.c | 8 src/dnsmasq.h | 2 ++ src/option.c | 2 ++ 3 files changed, 12 insertions(+) diff --git a/src/cache.c b/src/cache.c index 1c0e250..daacbaa