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
|
{
"1": [
{
"cookie": 1234605616436508552,
"flags": 1,
"hard_timeout": 255,
"idle_timeout": 255,
"importance": 43690,
"instructions": [
{
"table_id": 2,
"type": "GOTO_TABLE"
},
{
"actions": [
{
"meter_id": 2,
"type": "METER"
}
],
"type": "WRITE_ACTIONS"
},
{
"actions": [
{
"type": "COPY_FIELD",
"n_bits": 32,
"src_offset": 1,
"dst_offset": 2,
"src_oxm_id": "eth_src",
"dst_oxm_id": "eth_dst"
}
],
"type": "APPLY_ACTIONS"
}
],
"length": 64,
"match": {
"in_port": 1
},
"priority": 5,
"stats": {
"flow_count": 1
},
"table_id": 1
}
]
}
|