Nate Foster 763b95a880 Final edits for SIGCOMM tutorial (#191)
* Final updates for SIGCOMM '18

* Final updates for SIGCOMM '18
2018-08-20 05:20:39 +02:00

13 lines
187 B
JSON

{
"hosts": [
"h1",
"h2"
],
"switches": {
"s1": { "runtime_json" : "s1-runtime.json" }
},
"links": [
["h1", "s1"], ["h2", "s1"]
]
}