backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-36-ofp_queue_get_config_reply.packet.json
1 {
2    "OFPQueueGetConfigReply": {
3       "port": 4294967295, 
4       "queues": [
5          {
6             "OFPPacketQueue": {
7                "len": 48, 
8                "port": 77, 
9                "properties": [
10                   {
11                      "OFPQueuePropMinRate": {
12                         "len": 16, 
13                         "property": 1, 
14                         "rate": 10
15                      }
16                   }, 
17                   {
18                      "OFPQueuePropMaxRate": {
19                         "len": 16, 
20                         "property": 2, 
21                         "rate": 900
22                      }
23                   }
24                ], 
25                "queue_id": 99
26             }
27          }, 
28          {
29             "OFPPacketQueue": {
30                "len": 48, 
31                "port": 77, 
32                "properties": [
33                   {
34                      "OFPQueuePropMinRate": {
35                         "len": 16, 
36                         "property": 1, 
37                         "rate": 100
38                      }
39                   }, 
40                   {
41                      "OFPQueuePropMaxRate": {
42                         "len": 16, 
43                         "property": 2, 
44                         "rate": 200
45                      }
46                   }
47                ], 
48                "queue_id": 88
49             }
50          }
51       ]
52    }
53 }