]> git.ipfire.org Git - thirdparty/bind9.git/commit
Return EDNS ZONEVERSION if requested
authorMark Andrews <marka@isc.org>
Wed, 12 Jun 2024 22:36:32 +0000 (08:36 +1000)
committerMark Andrews <marka@isc.org>
Mon, 24 Mar 2025 22:16:09 +0000 (22:16 +0000)
commite9a87f038985392a91466a7412ef972cb40e0d67
tree68cac269ee79605caaf64ec773e3b53c78ab74d8
parentebe751f88cd4a473b9b732367812aaadcb2b8643
Return EDNS ZONEVERSION if requested

If there was an EDNS ZONEVERSION option in the DNS request and the
answer was from a zone, return the zone's serial and number of
labels excluding the root label with the type set to 0 (ZONE-SERIAL).
lib/ns/client.c
lib/ns/include/ns/client.h
lib/ns/query.c