adding test for vlanhost.py and adding vlantopo example

This commit is contained in:
Brian O'Connor
2014-08-28 02:48:46 -07:00
parent fe8358add2
commit d334c1ccfe
3 changed files with 93 additions and 8 deletions
+8 -3
View File
@@ -79,6 +79,11 @@ This example shows how to connect a Mininet network to the Internet
using NAT. It also answers the eternal question "why can't I ping
`google.com`?"
#### numberedports.py
This example verifies the mininet ofport numbers match up to the ovs port numbers.
It also verifies that the port numbers match up to the interface numbers
#### popen.py:
This example monitors a number of hosts using `host.popen()` and
@@ -118,7 +123,7 @@ memory and `sysctl` configuration (see `INSTALL`.)
This example creates a 64-host tree network, and attempts to check full
connectivity using `ping`, for different switch/datapath types.
#### numberedports.py
#### vlanhost.py:
An example of how to subclass Host to use a VLAN on its primary interface.
This example verifies the mininet ofport numbers match up to the ovs port numbers.
It also verifies that the port numbers match up to the interface numbers