backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_desc_reply.packet.json
1 {
2     "OFPFlowDescStatsReply": {
3         "body": [
4             {
5                 "OFPFlowDesc": {
6                     "cookie": 1234605616436508552,
7                     "flags": 1,
8                     "hard_timeout": 255,
9                     "idle_timeout": 255,
10                     "importance": 43690,
11                     "instructions": [
12                         {
13                             "OFPInstructionGotoTable": {
14                                 "len": 8,
15                                 "table_id": 2,
16                                 "type": 1
17                             }
18                         }
19                     ],
20                     "length": 64,
21                     "match": {
22                         "OFPMatch": {
23                             "length": 12,
24                             "oxm_fields": [
25                                 {
26                                     "OXMTlv": {
27                                         "field": "in_port",
28                                         "mask": null,
29                                         "value": 1
30                                     }
31                                 }
32                             ],
33                             "type": 1
34                         }
35                     },
36                     "priority": 5,
37                     "stats": {
38                         "OFPStats": {
39                             "length": 12,
40                             "oxs_fields": [
41                                 {
42                                     "OXSTlv": {
43                                         "field": "flow_count",
44                                         "value": 1
45                                     }
46                                 }
47                             ]
48                         }
49                     },
50                     "table_id": 1
51                 }
52             }
53         ],
54         "flags": 0,
55         "type": 1
56     }
57 }