]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change the name and YAML format of EDNS UL
authorMark Andrews <marka@isc.org>
Tue, 29 Oct 2024 03:32:54 +0000 (14:32 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Apr 2025 23:24:18 +0000 (09:24 +1000)
commit68cdc4774c53fb439ebb0dca4e6fc98ba69577d5
tree095c74adab9b83085e8ee497300a82372033c5e9
parent280e9b7cf4b28bffa6a281bb64b43e35829645ec
Change the name and YAML format of EDNS UL

The offical EDNS option name for "UL" is "UPDATE-LEASE".  We now
emit "UPDATE-LEASE" instead of "UL", when printing messages, but
"UL" has been retained as an alias on the command line.

Update leases consist of 1 or 2 values, LEASE and KEY-LEASE.  These
components are now emitted separately so they can be easily extracted
from YAML output.  Tests have been added to check YAML correctness.
bin/dig/dighost.c
bin/tests/system/digdelv/tests.sh
lib/dns/message.c