backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of15 / lib-ofctl-OFP15-flow_desc_reply.packet.json
1 {
2     "1": [
3         {
4             "cookie": 1234605616436508552,
5             "flags": 1,
6             "hard_timeout": 255,
7             "idle_timeout": 255,
8             "importance": 43690,
9             "instructions": [
10                 {
11                     "table_id": 2,
12                     "type": "GOTO_TABLE"
13                 },
14                 {
15                     "actions": [
16                         {
17                             "meter_id": 2,
18                             "type": "METER"
19                         }
20                     ],
21                     "type": "WRITE_ACTIONS"
22                 },
23                 {
24                     "actions": [
25                         {
26                             "type": "COPY_FIELD",
27                             "n_bits": 32,
28                             "src_offset": 1,
29                             "dst_offset": 2,
30                             "src_oxm_id": "eth_src",
31                             "dst_oxm_id": "eth_dst"
32                         }
33                     ],
34                     "type": "APPLY_ACTIONS"
35                 }
36             ],
37             "length": 64,
38             "match": {
39                 "in_port": 1
40             },
41             "priority": 5,
42             "stats": {
43                 "flow_count": 1
44             },
45             "table_id": 1
46         }
47     ]
48 }