]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: doc: correct a double negative in the padding doc
authorEvan Hunt <each@isc.org>
Fri, 5 Dec 2025 22:31:43 +0000 (22:31 +0000)
committerEvan Hunt <each@isc.org>
Fri, 5 Dec 2025 22:31:43 +0000 (22:31 +0000)
commit9afe83c54684a4980260ffee374eb51f428deb72
tree627d7651ae36b6d9327eb2f66dfe8435a17b6845
parent80557471466aa105c154ebb0f7db95352bc7caa9
parentd054741d92e6b13a6397eced2312d9572bbe7c02
fix: doc: correct a double negative in the padding doc

`padding` is incompatible with TSIG and SIG(0), not with "no" TSIG
and SIG(0).

Merge branch 'each-fix-padding-doc' into 'main'

See merge request isc-projects/bind9!11333