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

« back to all changes in this revision

Viewing changes to ryu/tests/unit/ofproto/json/of14/5-21-ofp_group_mod.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
   "OFPGroupMod": {
 
3
      "buckets": [
 
4
         {
 
5
            "OFPBucket": {
 
6
               "actions": [
 
7
                  {
 
8
                     "OFPActionOutput": {
 
9
                        "len": 16, 
 
10
                        "max_len": 65535, 
 
11
                        "port": 2, 
 
12
                        "type": 0
 
13
                     }
 
14
                  }
 
15
               ], 
 
16
               "len": 32, 
 
17
               "watch_group": 1, 
 
18
               "watch_port": 1, 
 
19
               "weight": 1
 
20
            }
 
21
         }
 
22
      ], 
 
23
      "command": 0, 
 
24
      "group_id": 1, 
 
25
      "type": 0
 
26
   }
 
27
}