Add 2.2 tcp/udp header parsing
This commit is contained in:
14
Uebung2/topology.json
Normal file
14
Uebung2/topology.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"hosts": [
|
||||
"h1",
|
||||
"h2"
|
||||
],
|
||||
"switches": {
|
||||
"s1": { },
|
||||
"s2": { }
|
||||
},
|
||||
"links": [
|
||||
["h1", "s1"], ["h2", "s2"],
|
||||
["s1","s2"], ["s1","s2"]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user