Re: [Dnsmasq-discuss] [PATCH] Optimize inserting records into server list.

2021-09-19 Thread hev via Dnsmasq-discuss
On Sun, Sep 19, 2021 at 7:26 PM Geoff Back wrote: > > > > On 19/09/2021 10:55, hev via Dnsmasq-discuss wrote: > > Signed-off-by: hev > > --- > > src/domain-match.c | 11 ++- > > 1 file changed, 2 insertions(+), 9 deletions(-) > > > > diff --git a/src/domain-match.c b/src/domain-match.c >

Re: [Dnsmasq-discuss] rev-server=fe80::/10, 192.168.178.1 no longer accepted (version 2.86)

2021-09-19 Thread Simon Kelley
On 14/09/2021 13:43, Dominik DL6ER wrote: > Hey Simon, > > > I'm resubmitting the patch with these changes: > > 0. Submit the correct patch with the correct memory allocation > > 1. Rebased onto Petr's change to option.c > > 2. Removed the explain feature > > 3. Added failsafe checks to the m

[Dnsmasq-discuss] [PATCH v2] Optimize inserting records into server list.

2021-09-19 Thread hev via Dnsmasq-discuss
Signed-off-by: hev --- src/dnsmasq.h | 2 +- src/domain-match.c | 12 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 327ad65..639c568 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h @@ -1105,7 +1105,7 @@ extern struct daemon {

Re: [Dnsmasq-discuss] [PATCH] Optimize inserting records into server list.

2021-09-19 Thread Geoff Back
On 19/09/2021 10:55, hev via Dnsmasq-discuss wrote: > Signed-off-by: hev > --- > src/domain-match.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff --git a/src/domain-match.c b/src/domain-match.c > index 8f29621..43862f8 100644 > --- a/src/domain-match.c > +++ b/sr

Re: [Dnsmasq-discuss] [PATCH] Optimize inserting records into server list.

2021-09-19 Thread hev via Dnsmasq-discuss
Hi, On Sun, Sep 19, 2021 at 5:55 PM hev wrote: > > Signed-off-by: hev > --- > src/domain-match.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff --git a/src/domain-match.c b/src/domain-match.c > index 8f29621..43862f8 100644 > --- a/src/domain-match.c > +++ b/src/do

[Dnsmasq-discuss] [PATCH] Optimize inserting records into server list.

2021-09-19 Thread hev via Dnsmasq-discuss
Signed-off-by: hev --- src/domain-match.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/domain-match.c b/src/domain-match.c index 8f29621..43862f8 100644 --- a/src/domain-match.c +++ b/src/domain-match.c @@ -673,18 +673,11 @@ int add_update_server(int flags,