Added comment advising use of high-level API.

This commit is contained in:
Bob Lantz
2010-04-22 17:04:17 -07:00
parent 83332c1a42
commit b145865407
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
Build a simple network from scratch, using mininet primitives. Build a simple network from scratch, using mininet primitives.
This is more complicated than using the higher-level classes, This is more complicated than using the higher-level classes,
but it exposes the configuration details and allows customization. but it exposes the configuration details and allows customization.
For most tasks, the higher-level API will be preferable.
""" """
from mininet.net import init from mininet.net import init
+2
View File
@@ -5,6 +5,8 @@ Build a simple network from scratch, using mininet primitives.
This is more complicated than using the higher-level classes, This is more complicated than using the higher-level classes,
but it exposes the configuration details and allows customization. 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. This version uses the user datapath and an explicit control network.
""" """