]> git.ipfire.org Git - thirdparty/systemd.git/commit
dns-rr: add dns_resource_record_from_json()
authorLennart Poettering <lennart@amutable.com>
Thu, 26 Feb 2026 14:50:26 +0000 (15:50 +0100)
committerLennart Poettering <lennart@amutable.com>
Tue, 24 Mar 2026 20:24:47 +0000 (21:24 +0100)
commit2f1bbebeb96e6745bb13df70d8dbcc99d79b9cdd
tree266f023f4434c329e99432e9e7ad04d8445cea12
parent333a9a91ef47f9f9bd226015df819a8aafed7a71
dns-rr: add dns_resource_record_from_json()

This only parses a small subset of RR types for now, but we can add more
later.

Covered are the most important RR types: A, AAAA, PTR.
src/resolve/test-dns-rr.c
src/shared/dns-rr.c
src/shared/dns-rr.h