* Copying P4D2 Fall 2017 into P4D2 2018 East. * Updated P4D2_2018_East VM. Added vagrant URL workaround, cdrom to VM. Updated to latest commits of BMV2, p4c, PI. Known issue with p4runtime exercise. * Applied patch from @antoninbas in and updated solution
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"hosts": [
|
|
"h1",
|
|
"h2",
|
|
"h3"
|
|
],
|
|
"switches": {
|
|
"s1": { "cli_input" : "s1-commands.txt" },
|
|
"s2": { "cli_input" : "s2-commands.txt" },
|
|
"s3": { "cli_input" : "s3-commands.txt" }
|
|
},
|
|
"links": [
|
|
["h1", "s1"], ["s1", "s2"], ["s1", "s3"],
|
|
["s3", "s2"], ["s2", "h2"], ["s3", "h3"]
|
|
]
|
|
}
|