We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unbound-checkconf does not check if the view exists when it defined by access-control-view.
unbound-checkconf
view
access-control-view
So, when executing unbound-control reload this command reports ok and restarts the service.
unbound-control reload
ok
But the service actually stops and can't start with the error: error: no view with name: test_zone_01 fatal error: Could not setup access control list
error: no view with name: test_zone_01
fatal error: Could not setup access control list
Version: 1.10.1
The text was updated successfully, but these errors were encountered:
4d009e1
Thanks for the report, added code to check that and a number of other statements for access control views and tags.
Sorry, something went wrong.
- Review fixes for checkconf #259 change.
d84529c
No branches or pull requests
unbound-checkconf
does not check if theview
exists when it defined byaccess-control-view
.So, when executing
unbound-control reload
this command reportsok
and restarts the service.But the service actually stops and can't start with the error:
error: no view with name: test_zone_01
fatal error: Could not setup access control list
Version: 1.10.1
The text was updated successfully, but these errors were encountered: