-
Notifications
You must be signed in to change notification settings - Fork 0
/
s2-runtime.json
57 lines (56 loc) · 1.15 KB
/
s2-runtime.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"target": "bmv2",
"p4info": "build/monitor.p4.p4info.txt",
"bmv2_json": "build/monitor.json",
"table_entries": [
{
"table": "MyEgress.swtrace",
"default_action": true,
"action_name": "MyEgress.add_swtrace",
"action_params": {
"swid": 2
}
},
{
"table": "MyIngress.ipv4_lpm",
"match": {
"hdr.ipv4.dstAddr": ["10.0.3.0", 24]
},
"action_name": "MyIngress.ipv4_forward",
"action_params": {
"dstAddr": "08:00:00:00:03:00",
"port": 1
}
},
{
"table": "MyIngress.ipv4_lpm",
"match": {
"hdr.ipv4.dstAddr": ["10.0.4.0", 24]
},
"action_name": "MyIngress.ipv4_forward",
"action_params": {
"dstAddr": "08:00:00:00:04:00",
"port": 2
}
},
{
"table": "MyIngress.clone_pkt",
"match": {
"hdr.ipv4.protocol": 17
},
"action_name": "MyIngress.do_clone_i2e",
"action_params": {}
}
],
"clone_session_entries" : [
{
"clone_session_id" : 432,
"replicas" : [
{
"egress_port" : 3,
"instance" : 1
}
]
}
]
}