Simple mobility example.

This commit is contained in:
Bob Lantz
2014-08-26 19:55:48 -07:00
parent bfdbb7089a
commit dd6424fee8
3 changed files with 120 additions and 2 deletions
+7 -2
View File
@@ -13,7 +13,7 @@ process running in a namespace. Doesn't use OpenFlow.
#### consoles.py:
This example creates a grid of console windows, one for each node,
This example creates a grid of console windows, one for each node,
and allows interaction with and monitoring of each console, including
graphical monitoring.
@@ -60,9 +60,14 @@ by subclassing Topo, and how to run a series of tests on it.
This example demonstrates creating a network via a graphical editor.
#### mobility.py
This example demonstrates detaching an interface from one switch and
attaching it another as a basic way to move a host around a network.
#### multiping.py:
This example demonstrates one method for
This example demonstrates one method for
monitoring output from multiple hosts, using `node.monitor()`.
#### multipoll.py: