autonetkit icon indicating copy to clipboard operation
autonetkit copied to clipboard

AutoNetkit: an automated network configuration engine

Results 4 autonetkit issues
Sort by recently updated
recently updated
newest added

Includes commits from #271 to avoid merge issues

In `load_graphml.py` line 82 `process_structured_topology` has too many arguments. ```python network_model = process_structured_topology(topology, network_model_cls) ```

Fixes up entry.py:main and adds argument parser for the -f argument. Changes the entrypoint in setup.py

Hello, I just installed version 0.12.3 from pypi and got the following error running the `autonetkit` command. ``` (.venv) jdhall@thinker ~/projects/autonetkit/autonetkit $ autonetkit Traceback (most recent call last): File "/home/jdhall/projects/Kathara/.venv/bin/autonetkit",...