Add NAT script to examples.

This commit is contained in:
Bob Lantz
2013-06-12 14:57:13 -07:00
parent ace0977930
commit 3484389dcd
2 changed files with 120 additions and 0 deletions
+6
View File
@@ -68,6 +68,12 @@ multitest.py:
This example creates a network and runs multiple tests on it.
nat.py:
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?"
popen.py:
This example monitors a number of hosts using host.popen() and