]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Unify parsing of query-source and other X-source options
authorAlessio Podda <alessio@isc.org>
Tue, 5 Nov 2024 09:36:19 +0000 (09:36 +0000)
committerAlessio Podda <alessio@isc.org>
Tue, 5 Nov 2024 09:36:19 +0000 (09:36 +0000)
The query-source option currently allows the address to be specified in two ways, either as every other X-source option, or as an
"address" key-value pair.
This merge request extends the `parse_sockaddrsub` config parsing function so that it can parse the query-source option. It also removes the separate config parsing function for `query-source`.

Closes #4961

Merge branch '4961-query-source-parsing-refactor' into 'main'

See merge request isc-projects/bind9!9551


Trivial merge