2016-11-23 22:26:07 +01:00
|
|
|
# juniper-config-to-set
|
|
|
|
Converts Juniper Networks configurations to a series of set commands
|
|
|
|
|
2020-10-14 01:01:12 +02:00
|
|
|
Parser in PHP by Tim Price, rewrite in Python with enhancements by rick@gnous.eu
|
2016-11-23 22:26:07 +01:00
|
|
|
|
2020-10-14 22:07:41 +02:00
|
|
|
First, install PyQt with `pip3 install -r requirements.txt`. You can juste type `python3 gui.py` to open the program and enter text !
|
2016-11-23 22:26:07 +01:00
|
|
|
|
2020-10-14 22:07:41 +02:00
|
|
|
If you want parse a file, use `python3 cli.py -f file`.
|