backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-group_stats_reply.packet.json
1 {
2    "OFPGroupStatsReply": {
3       "body": [
4          {
5             "OFPGroupStats": {
6                "bucket_stats": [
7                   {
8                      "OFPBucketCounter": {
9                         "byte_count": 2345, 
10                         "packet_count": 234
11                      }
12                   }
13                ], 
14                "byte_count": 12345, 
15                "duration_nsec": 609036000, 
16                "duration_sec": 9, 
17                "group_id": 1, 
18                "length": 56, 
19                "packet_count": 123, 
20                "ref_count": 2
21             }
22          }
23       ], 
24       "flags": 0, 
25       "type": 6
26    }
27 }