Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

FfsConfigGenerator

Generator for config files used in the ffs domain Call ./gen_config.py --gwnum 5 --instance 1

Requires: pip install netaddr

create & setup venv: python3 -m venv venv

use venv: source venv/bin/activate