adding documentation and test for linuxrouter.py

This commit is contained in:
Brian O'Connor
2014-08-27 22:01:18 -07:00
parent 8a987b9c55
commit aa4dfda44c
3 changed files with 83 additions and 13 deletions
+5
View File
@@ -56,6 +56,11 @@ This example shows how to use link and CPU limits.
This example shows how to create a custom topology programatically
by subclassing Topo, and how to run a series of tests on it.
### linuxrouter.py:
This example shows how to create and configure a router in Mininet
that uses Linux IP forwarding.
#### miniedit.py:
This example demonstrates creating a network via a graphical editor.