]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-transaction.c
resolved: add transaction result for upstream failures 30513/head
authorRonan Pigott <ronan@rjp.ie>
Fri, 22 Dec 2023 04:50:45 +0000 (21:50 -0700)
committerRonan Pigott <ronan@rjp.ie>
Thu, 4 Jan 2024 00:35:02 +0000 (17:35 -0700)
commit9ca133e97a0c8795b1f293ccea4965b4ad1accc4
tree82bc44e03ffd3faaef8159917ae0fa565e26ab15
parentac6844460ca1c01eaf2cb209ffa21c200d21a8f8
resolved: add transaction result for upstream failures

This new transaction result is emitted when the upstream server
indicates a fatal error that we will not try to recover from.

Currently, it is emitted when a validating recursive resolver reports an
error validating dnssec records for a domain. The extended error message
should help give context to the admin.
src/resolve/resolved-bus.c
src/resolve/resolved-dns-query.c
src/resolve/resolved-dns-query.h
src/resolve/resolved-dns-transaction.c
src/resolve/resolved-dns-transaction.h