Add Aerleon (#139)

* Add Aerleon

* rearrange things

* remove spurious TOC entry
This commit is contained in:
Austin de Coup-Crank 2023-03-08 17:17:07 -06:00 committed by GitHub
parent e43a634cc5
commit 06d569bd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,9 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
- [Tools](#tools)
- [Network Telemetry](#network-telemetry)
- [Online Parser](#online-parser)
- [Jinja2](#jinja2-1)
- [TextFSM](#textfsm)
- [TTP](#ttp)
- [Hypervisors and Containers](#hypervisors-and-containers)
- [Network Emulators](#network-emulators)
- [Network Simulators](#network-simulators)
@ -274,6 +277,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
## Library
- [Aerleon](https://github.com/aerleon/aerleon) - Multi-platform ACL generation system with plugin support, YAML-based config, and a Python API. Fork of Capirca.
- [Capirca](https://github.com/google/capirca) - Multi-platform ACL generation system; can output Juniper/IOS/etc ACLs from the same policy.
- [Cisco Genie Parsers](https://pubhub.devnetcloud.com/media/genie-feature-browser/docs/#/parsers) - Genie Parsers by Cisco
- [ciscoconfparse](https://github.com/mpenning/ciscoconfparse) - Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations.