~ubuntu-branches/ubuntu/wily/ryu/wily-proposed

« back to all changes in this revision

Viewing changes to ryu/tests/unit/ofproto/json/of13/4-50-ofp_meter_stats_reply.packet.json

  • Committer: Package Import Robot
  • Author(s): Dariusz Dwornikowski
  • Date: 2014-08-18 16:58:52 UTC
  • Revision ID: package-import@ubuntu.com-20140818165852-i0qck3g5mw7rtxt0
Tags: upstream-3.12
ImportĀ upstreamĀ versionĀ 3.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "OFPMeterStatsReply": {
 
3
      "body": [
 
4
         {
 
5
            "OFPMeterStats": {
 
6
               "band_stats": [
 
7
                  {
 
8
                     "OFPMeterBandStats": {
 
9
                        "byte_band_count": 0, 
 
10
                        "packet_band_count": 0
 
11
                     }
 
12
                  }
 
13
               ], 
 
14
               "byte_in_count": 0, 
 
15
               "duration_nsec": 480000, 
 
16
               "duration_sec": 0, 
 
17
               "flow_count": 0, 
 
18
               "len": 56, 
 
19
               "meter_id": 100, 
 
20
               "packet_in_count": 0
 
21
            }
 
22
         }
 
23
      ], 
 
24
      "flags": 0, 
 
25
      "type": 9
 
26
   }
 
27
}