-
Notifications
You must be signed in to change notification settings - Fork 209
Installation notes
Rob edited this page Aug 30, 2018
·
2 revisions
In the install directory, simply run:
$ git clone https://github.com/google/capirca/
$ cd capirca/
$ python setup.py install
$ aclgen
This should generate sample output filters for cisco, juniper and iptables from the provided sample.pol policy file and the predefined network and service definitions. The generated filters output files will appear in the ./filters/ directory.
There are a number of arguments that can be used with Capirca. You can see the entire set of flags with the following command
python aclgen.py --helpfull
We try to keep PIP up to date with the latest. We encourage people to install from source when possible.
pip install capirca