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

« back to all changes in this revision

Viewing changes to ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_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
   "OFPStatsReply": {
 
3
      "body": [
 
4
         {
 
5
            "OFPGroupDescStats": {
 
6
               "buckets": [
 
7
                  {
 
8
                     "OFPBucket": {
 
9
                        "actions": [
 
10
                           {
 
11
                              "OFPActionOutput": {
 
12
                                 "len": 16, 
 
13
                                 "max_len": 65535, 
 
14
                                 "port": 2, 
 
15
                                 "type": 0
 
16
                              }
 
17
                           }
 
18
                        ], 
 
19
                        "len": 32, 
 
20
                        "watch_group": 1, 
 
21
                        "watch_port": 1, 
 
22
                        "weight": 1
 
23
                     }
 
24
                  }
 
25
               ], 
 
26
               "group_id": 1, 
 
27
               "length": 40, 
 
28
               "type": 0
 
29
            }
 
30
         }
 
31
      ], 
 
32
      "flags": 0, 
 
33
      "type": 7
 
34
   }
 
35
}