backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-62-ofp_group_stats_reply.packet.json
1 {
2    "OFPStatsReply": {
3       "body": [
4          {
5             "OFPGroupStats": {
6                "bucket_counters": [
7                   {
8                      "OFPBucketCounter": {
9                         "byte_count": 2345, 
10                         "packet_count": 234
11                      }
12                   }
13                ], 
14                "byte_count": 12345, 
15                "group_id": 1, 
16                "length": 48, 
17                "packet_count": 123, 
18                "ref_count": 2
19             }
20          }
21       ], 
22       "flags": 0, 
23       "type": 6
24    }
25 }