jathanism / acl

Network access control list and firewall policy parsing library.
Other
24 stars 23 forks source link

Overhaul ACL parser to break out each grammar by vendor #6

Open jathanism opened 11 years ago

jathanism commented 11 years ago

This work will be non-trivial. We just added ipv6 address parsing as a first pass (see: https://github.com/aol/trigger/issues/12) for Juniper access-lists. The address parsing grammar should work for any ACL format, but the IOS grammar has not been updated yet to support ipv6.

Each vendor grammar should be broken into a distinct module so that they can be independently maintained.