]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitff94eb9e31fedfb91cf03c0c1ddbc9d6cc8fea4e
tree4f18a40d019e3592ca3e5e4156e8a82367eb049b
parent14e6242ad4ab1093e73a23910169914f65fb2045
parent7a57200f380d910964c5aaf433bf8115283a8619
chg: dev: Unify parsing of query-source and other X-source options

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