]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: dig can now display the received BADVERS message during negotiation
authorMark Andrews <marka@isc.org>
Fri, 14 Mar 2025 00:45:20 +0000 (00:45 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Mar 2025 00:45:20 +0000 (00:45 +0000)
Dig +showbadvers now displays the received BADVERS message and
continues the EDNS version negotiation.  Previously to see the
BADVERS message +noednsneg had to be specified which terminated the
EDNS negotiation.  Additionally the specified EDNS value (+edns=value)
is now used when making all the initial queries with +trace. i.e EDNS
version negotiation will be performed with each server when performing
the trace.

Closes #5234

Merge branch '5234-have-dig-display-the-badvers-message' into 'main'

See merge request isc-projects/bind9!10234


Trivial merge