Added missing topology file. Set VIM background to dark.

This commit is contained in:
Robert Soule
2017-11-10 13:53:20 -08:00
parent 5b4b075a43
commit 12fc3ab9ac
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"hosts": [
"h1",
"h2",
"h3",
"h11",
"h22"
],
"switches": {
"s1": { "cli_input" : "s1-commands.txt" },
"s2": { "cli_input" : "s2-commands.txt" },
"s3": { "cli_input" : "s3-commands.txt" }
},
"links": [
["h1", "s1"], ["h11", "s1"], ["s1", "s2", "0", 0.5], ["s1", "s3"],
["s3", "s2"], ["s2", "h2"], ["s2", "h22"], ["s3", "h3"]
]
}