backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_stats_reply.packet.json
1 {
2     "OFPFlowStatsReply": {
3         "body": [
4             {
5                 "OFPFlowStats": {
6                     "length": 40,
7                     "match": {
8                         "OFPMatch": {
9                             "length": 12,
10                             "oxm_fields": [
11                                 {
12                                     "OXMTlv": {
13                                         "field": "in_port",
14                                         "mask": null,
15                                         "value": 1
16                                     }
17                                 }
18                             ],
19                             "type": 1
20                         }
21                     },
22                     "priority": 1,
23                     "reason": 0,
24                     "stats": {
25                         "OFPStats": {
26                             "length": 12,
27                             "oxs_fields": [
28                                 {
29                                     "OXSTlv": {
30                                         "field": "flow_count",
31                                         "value": 1
32                                     }
33                                 }
34                             ]
35                         }
36                     },
37                     "table_id": 1
38                 }
39             }
40         ],
41         "flags": 0,
42         "type": 17
43     }
44 }