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

« back to all changes in this revision

Viewing changes to ryu/tests/unit/ofproto/json/of14/5-69-ofp_bundle_ctrl_msg.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
   "OFPBundleCtrlMsg": {
 
3
      "bundle_id": 1234, 
 
4
      "flags": 1, 
 
5
      "properties": [
 
6
         {
 
7
            "OFPBundlePropExperimenter": {
 
8
               "data": "", 
 
9
               "exp_type": 0, 
 
10
               "experimenter": 101, 
 
11
               "length": 12, 
 
12
               "type": 65535
 
13
            }
 
14
         }, 
 
15
         {
 
16
            "OFPBundlePropExperimenter": {
 
17
               "data": "AAAAAQ==", 
 
18
               "exp_type": 1, 
 
19
               "experimenter": 101, 
 
20
               "length": 16, 
 
21
               "type": 65535
 
22
            }
 
23
         }, 
 
24
         {
 
25
            "OFPBundlePropExperimenter": {
 
26
               "data": "AAAAAQAAAAI=", 
 
27
               "exp_type": 2, 
 
28
               "experimenter": 101, 
 
29
               "length": 20, 
 
30
               "type": 65535
 
31
            }
 
32
         }
 
33
      ], 
 
34
      "type": 0
 
35
   }
 
36
}