]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitfb778a6500cdf5ac24c417e3d04113658fea6e1f
tree1fb19f196fdd04005fcbde6c1242e0b35879747e
parent6fd5e771ebc9554bfde5b434f2fb04c04784a7b1
parent202c68e6a83d582bda4291d6a87cc33cb7dcc98c
fix: doc: document optional statements the same, enabled or not

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