]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: doc: document optional statements the same, enabled or not
authorEvan Hunt <each@isc.org>
Thu, 5 Dec 2024 02:36:47 +0000 (02:36 +0000)
committerEvan Hunt <each@isc.org>
Thu, 5 Dec 2024 02:36:47 +0000 (02:36 +0000)
The automatically-generated grammar for named.conf clauses that may or may not be enabled at compile time will now include the same comment, regardless of whether or not they are. Previously, the grammar didn't include a comment if an option was enabled, but said "not configured" if it was disabled. Now, in both cases, it will say "optional (only available if configured)".

Closes #4960

Merge branch '4960-optional-grammar' into 'main'

See merge request isc-projects/bind9!9579


Trivial merge