backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-group_desc_reply.packet.json
1 {
2     "OFPGroupDescStatsReply": {
3         "body": [
4             {
5                 "OFPGroupDescStats": {
6                     "bucket_array_len": 32,
7                     "buckets": [
8                         {
9                             "OFPBucket": {
10                                 "action_array_len": 16,
11                                 "actions": [
12                                     {
13                                         "OFPActionOutput": {
14                                             "len": 16,
15                                             "max_len": 65509,
16                                             "port": 1,
17                                             "type": 0
18                                         }
19                                     }
20                                 ],
21                                 "bucket_id": 65535,
22                                 "len": 32,
23                                 "properties": [
24                                     {
25                                         "OFPGroupBucketPropWeight": {
26                                             "length": 8,
27                                             "type": 0,
28                                             "weight": 65535
29                                         }
30                                     }
31                                 ]
32                             }
33                         }
34                     ],
35                     "group_id": 1,
36                     "length": 48,
37                     "properties": [],
38                     "type": 1
39                 }
40             }
41         ],
42         "flags": 0,
43         "type": 7
44     }
45 }