JSON parsing Linux Network Namespace (netns) topology builder.
- What is a Linux Namespace - aka NetNS?
- WHat is JSON?
pip install git+git://github.com/cooperlees/json2netns
The script takes a JSON config gile and drives all from that.
It's JSON modeling the topology. TBA.
python3 -m venv [--upgrade-deps] /tmp/tj
/tmp/tj/bin/pip install -r requirements_test.txt wheel
/tmp/tj/bin/pip install -e .
/tmp/tj/bin/ptr [-k] [--print-cov] [--debug]
-k
: keep venv ptr creates--print-cov
: handy to see what coverage is on all files--debug
: Handy to see all commands run so you can run a step manually