]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: The configuration clauses parental-agents and primaries are renamed to...
authorMatthijs Mekking <matthijs@isc.org>
Fri, 13 Dec 2024 09:10:56 +0000 (09:10 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 13 Dec 2024 09:10:56 +0000 (09:10 +0000)
commit858ba71eafc2f720c3f26e6c96075cb51a2022b4
tree3f1698111944cadeeb9f15c6fac7964791edcfe8
parent0d5b8bfd4037d8ae6e923e48a5a4da2f6200d838
parent726c9cd73b7e7547f65b2f379cb9044cfa49f431
chg: usr: The configuration clauses parental-agents and primaries are renamed to remote-servers

The top blocks 'primaries' and 'parental-agents' are no longer preferred and should be renamed to 'remote-servers'. The zone statements 'parental-agents' and 'primaries' are still used, and may refer to any 'remote-servers' top block.

Closes #4544

Merge branch '4544-primaries-block-documentation-issues' into 'main'

See merge request isc-projects/bind9!9822