Final edits for SIGCOMM tutorial (#191)

* Final updates for SIGCOMM '18

* Final updates for SIGCOMM '18
This commit is contained in:
Nate Foster
2018-08-19 23:20:39 -04:00
committed by Robert Soule
parent 6ccdbc34bd
commit 763b95a880
21 changed files with 4 additions and 15 deletions

View File

@@ -1,12 +0,0 @@
{
"hosts": [
"h1",
"h2"
],
"switches": {
"s1": { "runtime_json" : "s1-runtime.json" }
},
"links": [
["h1", "s1"], ["h2", "s1"]
]
}