Updated receive.py & Calc tutorial (#284)
* Updated receive.py * Updated calc tutorial * Relocated calc tutorial
This commit is contained in:
committed by
Nate Foster
parent
76a9067dea
commit
3fdb8d6cb6
12
exercises/calc/topology.json
Normal file
12
exercises/calc/topology.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"hosts": {
|
||||
"h1": {"ip": "10.0.1.1/24", "mac": "08:00:00:00:01:01"},
|
||||
"h2": {"ip": "10.0.1.2/24", "mac": "08:00:00:00:01:02"}
|
||||
},
|
||||
"switches": {
|
||||
"s1": { "runtime_json" : "s1-runtime.json" }
|
||||
},
|
||||
"links": [
|
||||
["h1", "s1-p1"], ["h2", "s1-p2"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user