]> git.ipfire.org Git - thirdparty/bind9.git/commit
quote addresses in YAML output
authorEvan Hunt <each@isc.org>
Sat, 27 Aug 2022 00:58:55 +0000 (17:58 -0700)
committerEvan Hunt <each@isc.org>
Wed, 31 Aug 2022 22:32:24 +0000 (15:32 -0700)
commit66eaf6bb738cd146662f6198f4d720dfb06bb9da
tree484183e45d56aade18b07cbfd8ed3f1d1104f5e1
parentaba940dd906b39c7fa5ec4fa9baec0fc2f85ac56
quote addresses in YAML output

YAML strings should be quoted if they contain colon characters.
Since IPv6 addresses do, we now quote the query_address and
response_address strings in all YAML output.
bin/dig/dig.c
bin/tools/dnstap-read.c
bin/tools/mdig.c