using unbound-checkconf

Hello,

unbound-checkconf /path/to/unbound.con -o [option] should echo the option value.
That happen for all options valid in "server:" section as well as in "control:" section.

But if I check for "dnstap-enable" (or "dnscrypt-enable") unbound-checkconf fail.
... fatal error: cannot print option 'dnstap-enable'

dnstap is compiled in and do work as expected. But I can't query the state using unbound-checkconf.
(tested with 1.6.2rc1)

Andreas

Hi Andreas,

Hello,

unbound-checkconf /path/to/unbound.con -o [option] should echo the option value.
That happen for all options valid in "server:" section as well as in "control:" section.

But if I check for "dnstap-enable" (or "dnscrypt-enable") unbound-checkconf fail.
... fatal error: cannot print option 'dnstap-enable'

dnstap is compiled in and do work as expected. But I can't query the state using unbound-checkconf.
(tested with 1.6.2rc1)

Thanks for the bugreport, I've added coded for the dnstap and dnscrypt
variables, for unbound-checkconf and unbound-control. The fix is not
for 1.6.2 because it is in release, but for 1.6.3 (you can get it from
the code repository).

Best regards, Wouter

W.C.A. Wijngaards via Unbound-users:

Thanks for the bugreport, I've added coded for the dnstap and dnscrypt
variables, for unbound-checkconf and unbound-control. The fix is not
for 1.6.2 because it is in release, but for 1.6.3 (you can get it from
the code repository).

Thanks Wouter,

I may wait for 1.6.3 as it's not /so/ important to me.

<translation>
   I have no idea how to extract the relevant code from the repository
   so I could apply a patch to 1.6.2~rc1 for example
</translation>

Andreas