* Added Makefile and topology.jsons for all examples. * use branch * Updated MRI exercise (#73) * Updated MRI exercise * Updated basic_tunnel.p4 for changes to p4 lang * updated other examples
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"hosts": [
|
|
"h1",
|
|
"h2"
|
|
],
|
|
"switches": {
|
|
"s1": { "cli_input" : "s1-commands.txt" }
|
|
},
|
|
"links": [
|
|
["h1", "s1"], ["h2", "s1"]
|
|
]
|
|
}
|