]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: cache - don't cache NXDOMAIN by TYPE
authorTom Gundersen <teg@jklm.no>
Thu, 3 Dec 2015 18:53:35 +0000 (19:53 +0100)
committerTom Gundersen <teg@jklm.no>
Thu, 10 Dec 2015 16:06:26 +0000 (17:06 +0100)
commit71e136699ce8882d5749b794add7cbb9d282adaa
tree2eac7547ed3f22a81bcbabc531d31d7c55a5cb87
parent5d27351f8546530cf779847b0b04b0172c09f9d0
resolved: cache - don't cache NXDOMAIN by TYPE

An NXDOMAIN entry means there are no RRs of any type for a name,
so only cache by CLASS + NAME, rather than CLASS + NAME + TYPE.
src/resolve/resolved-dns-cache.c