backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of13 / 4-36-ofp_queue_get_config_reply.packet.json
1 {
2     "1": [
3         {
4             "port": "ANY",
5             "queues": [
6                 {
7                     "len": 64,
8                     "port": 77,
9                     "properties": [
10                         {
11                             "len": 16,
12                             "property": "MIN_RATE",
13                             "rate": 10
14                         },
15                         {
16                             "len": 16,
17                             "property": "MAX_RATE",
18                             "rate": 900
19                         },
20                         {
21                             "data": [],
22                             "experimenter": 999,
23                             "len": 16,
24                             "property": "EXPERIMENTER"
25                         }
26                     ],
27                     "queue_id": 99
28                 },
29                 {
30                     "len": 65,
31                     "port": 77,
32                     "properties": [
33                         {
34                             "len": 16,
35                             "property": "MIN_RATE",
36                             "rate": 100
37                         },
38                         {
39                             "len": 16,
40                             "property": "MAX_RATE",
41                             "rate": 200
42                         },
43                         {
44                             "experimenter": 999,
45                             "data": [
46                                 1
47                             ],
48                             "len": 17,
49                             "property": "EXPERIMENTER"
50                         }
51                     ],
52                     "queue_id": 88
53                 },
54                 {
55                     "len": 66,
56                     "port": 77,
57                     "properties": [
58                         {
59                             "len": 16,
60                             "property": "MIN_RATE",
61                             "rate": 200
62                         },
63                         {
64                             "len": 16,
65                             "property": "MAX_RATE",
66                             "rate": 400
67                         },
68                         {
69                             "experimenter": 999,
70                             "data": [
71                                 1,
72                                 2
73                             ],
74                             "len": 18,
75                             "property": "EXPERIMENTER"
76                         }
77                     ],
78                     "queue_id": 77
79                 }
80             ]
81         }
82     ]
83 }