[Dnsmasq-discuss] [PATCH] Log upstream port for dnssec-retry

Dominik Derigs dl6er at dl6er.de
Sun Apr 17 10:51:42 UTC 2022


Dear Geert,

On Fri, 2022-04-15 at 10:17 +0200, Geert Stappers via Dnsmasq-
discuss wrote:
> > -               log_query_mysockaddr(F_NOEXTRA | F_DNSSEC,
> > daemon->namebuff, &srv->addr,
> > -                                    "dnssec-retry", (forward-
> > >flags & FREC_DNSKEY_QUERY) ? T_DNSKEY : T_DS);
> > +               log_query_mysockaddr(F_NOEXTRA | F_DNSSEC |
> > F_SERVER, daemon->namebuff, &srv->addr,
> > +                                    (forward->flags &
> > FREC_DNSKEY_QUERY) ? "dnssec-retry[DNSKEY]" : "dnssec-
> > retry[DS]", 0);
> 
> I see more changes as commit message says.

What do you see in addition?

It is a minimal invasive change that fixes the omission in a
previous commit as already said in the first mail:

On Sun, 2022-04-10 at 10:46 +0200, Dominik Derigs wrote:
> This is added by this patch implementing it in the same way as
> used already when logging "dnssec-query" in the code.

This is the commit, if you want to compare the change yourself:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=ff43d35aeef6178f7471c6f37e91845c9a72bd2f

Happy Easter and best regards,
Dominik




More information about the Dnsmasq-discuss mailing list