]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-question.c
resolved: if ipv6 is off patch hostname→address query with unspec family to ipv4
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Jun 2023 20:26:23 +0000 (22:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Jun 2023 12:45:26 +0000 (14:45 +0200)
commit0438aa57751559295fee86d1c1f176486e518455
tree34d4be7f5c7ccf93bcd0226829948252724e710c
parentfc84ddda2f6808f1f60a321693adaa98395217ec
resolved: if ipv6 is off patch hostname→address query with unspec family to ipv4

If the client never specified the address family, and IPv6 is off in the
kernel, then look only for A, never for AAAA RRs.

Fixes: #23951
src/resolve/resolved-dns-question.c