-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
ACL list processing problem #60
Comments
Uh? What does my unit and integration test say? I have been passing the ones that I've (so thought) elaborated, but do recognize that I may not have accommodated all permutations and combinations.
Will create another test using your example... Stay tuned. |
Created more unit tests:
And I am now showing that my code is failing (in the brand-new test). Quick eyeball of the situation shows that this is my PyParsing error (probably missing a critical |
Fixed in: c9cbc26 Thank you for the issue report, llastowski |
All tests except for issue #61 under tests/* have passed. |
When more than 1 acl exists in the named.conf file, only the last one gets processed - example data:
acl "a3internet" { 10.1.12.25; 10.1.12.26; };
acl "my" { 127.0.0.1; };
the result is that only the last ACL is included in the output json file
The text was updated successfully, but these errors were encountered: