Update exercises basic_tunnel and calc (#76)

This commit is contained in:
alex1230608
2017-11-03 16:42:14 -05:00
committed by Robert Soule
parent 786ceecf07
commit dcc8744592
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ switch in Mininet to test its behavior.
* start a Mininet instance with one switches (`s1`) connected to
two hosts (`h1`, `h2`).
* The hosts are assigned IPs of `10.0.1.1` and `10.0.2.2`.
* The hosts are assigned IPs of `10.0.1.1` and `10.0.1.2`.
2. We've written a small Python-based driver program that will allow
you to test your calculator. You can run the driver program directly