backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of12 / 3-36-ofp_queue_get_config_reply.packet.json
1 {
2     "1": [
3         {
4             "port": "ANY",
5             "queues": [
6                 {
7                     "len": 48,
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                     "queue_id": 99
22                 },
23                 {
24                     "len": 48,
25                     "port": 77,
26                     "properties": [
27                         {
28                             "len": 16,
29                             "property": "MIN_RATE",
30                             "rate": 100
31                         },
32                         {
33                             "len": 16,
34                             "property": "MAX_RATE",
35                             "rate": 200
36                         }
37                     ],
38                     "queue_id": 88
39                 }
40             ]
41         }
42     ]
43 }