Update exercises basic_tunnel and calc (#76)

This commit is contained in:
alex1230608
2017-11-03 14:42:14 -07:00
committed by Robert Soule
parent 786ceecf07
commit dcc8744592
5 changed files with 6 additions and 6 deletions
+1 -1
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