]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Add missing EDNS option mnemonics
authorEvan Hunt <each@isc.org>
Tue, 29 Oct 2024 20:05:52 +0000 (20:05 +0000)
committerEvan Hunt <each@isc.org>
Tue, 29 Oct 2024 20:05:52 +0000 (20:05 +0000)
commit887b04571b5ea02abd17579eac70b3c8a8ec5f0e
treeed732bf78812fe1f0436442597347a5d822c1bf3
parentc0e403dc7272c51ebe02a1c1708de7775bff2741
parente2393ba27bd334fb2146e1540c0dafcc75e9d688
chg: usr: Add missing EDNS option mnemonics

The `Report-Channel` and `ZONEVERSION` EDNS options can now be sent using `dig +ednsopt=report-channel` (or `dig +ednsopt=rc` for short), and `dig +ednsopt=zoneversion`.

Several other EDNS option names, including `DAU`, `DHU`, `N3U`, and `CHAIN`, are now displayed correctly in text and YAML formats. Also, an inconsistency has been corrected: the `TCP-KEEPALIVE` option is now spelled with a hyphen in both text and YAML formats; previously, text format used a space.

Merge branch 'each-add-missing-edns-opts' into 'main'

See merge request isc-projects/bind9!9691