]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Improve output of 'rndc dnssec -status'
authorMatthijs Mekking <matthijs@isc.org>
Fri, 28 Nov 2025 15:15:39 +0000 (15:15 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 28 Nov 2025 15:15:39 +0000 (15:15 +0000)
commit814f7a72cd34bd67746bcf0382aa48992a939020
treeffc74bdea8bed038c54a6596e775d0bb97e95d93
parente65cd3043a5ca08b1243a0a75ac677034c5153a8
parent4c96081fc3041b7e3a271543c0ef3c523d38879a
chg: usr: Improve output of 'rndc dnssec -status'

Add a new parameter ``-v`` to the ``rndc dnssec -status`` command for more verbose output. Previously, key states were printed, and keys that can be purged were listed. This made the output hard to read. This information is now only shown in the verbose output.

Add more meaningful messages to the status output, making it clearer what the state of a rollover is.

This makes the output more condense, improving its readability.

Closes #3938

Merge branch '3938-improve-rndc-dnssec-status-output' into 'main'

See merge request isc-projects/bind9!11099