Skip to content
Snippets Groups Projects
Commit b1458654 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added comment advising use of high-level API.

parent 83332c1a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
Build a simple network from scratch, using mininet primitives.
This is more complicated than using the higher-level classes,
but it exposes the configuration details and allows customization.
For most tasks, the higher-level API will be preferable.
"""
from mininet.net import init
......
......@@ -5,6 +5,8 @@
This is more complicated than using the higher-level classes,
but it exposes the configuration details and allows customization.
For most tasks, the higher-level API will be preferable.
This version uses the user datapath and an explicit control network.
"""
......
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