Added comment advising use of high-level API.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user