-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp4app.json
More file actions
35 lines (35 loc) · 784 Bytes
/
p4app.json
File metadata and controls
35 lines (35 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"program": "p4/aggregator.p4",
"switch": "simple_switch",
"compiler": "p4c",
"options": "--target bmv2 --arch v1model --std p4-16",
"switch_cli": "simple_switch_CLI",
"cli": true,
"pcap_dump": false,
"enable_log": true,
"topo_module": {
"file_path": "",
"module_name": "p4utils.mininetlib.apptopo",
"custom_classes": {}
},
"mininet_module": {
"file_path": "",
"module_name": "p4utils.mininetlib.p4net",
"custom_classes": {}
},
"topology": {
"assignment_strategy": "l2",
"links": [["h1", "s1"], ["h2", "s1"], ["h3", "s1"], ["h4", "s1"]],
"hosts": {
"h1": {},
"h2": {},
"h3": {},
"h4": {}
},
"switches": {
"s1": {
"cli_input": "controller/s1-commands.txt"
}
}
}
}