Skip to content
Snippets Groups Projects
Commit 4e94bac0 authored by Brandon Heller's avatar Brandon Heller
Browse files

Update custom topo instructions

parent fe29f64d
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,5 @@ This directory should hold configuration files for custom mininets. ...@@ -2,8 +2,5 @@ This directory should hold configuration files for custom mininets.
See custom_example.py, which loads the default minimal topology. The advantage of defining a mininet in a separate file is that you then use the --custom option in mn to run the CLI or specific tests with it. See custom_example.py, which loads the default minimal topology. The advantage of defining a mininet in a separate file is that you then use the --custom option in mn to run the CLI or specific tests with it.
Each custom file must define a Mininet object for an 'mn' variable. To start up a mininet with the provided custom topology, do:
sudo mn --custom custom_example.py --topo mytopo
To start up a mininet with this custom topology, do:
sudo mn --custom custom_example.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment