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
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json
new file mode 100644 (file)
index 0000000..7d0a7bb
--- /dev/null
@@ -0,0 +1,53 @@
+{
+   "OFPQueueGetConfigReply": {
+      "port": 4294967295, 
+      "queues": [
+         {
+            "OFPPacketQueue": {
+               "len": 48, 
+               "port": 77, 
+               "properties": [
+                  {
+                     "OFPQueuePropMinRate": {
+                        "len": 16, 
+                        "property": 1, 
+                        "rate": 10
+                     }
+                  }, 
+                  {
+                     "OFPQueuePropMaxRate": {
+                        "len": 16, 
+                        "property": 2, 
+                        "rate": 900
+                     }
+                  }
+               ], 
+               "queue_id": 99
+            }
+         }, 
+         {
+            "OFPPacketQueue": {
+               "len": 48, 
+               "port": 77, 
+               "properties": [
+                  {
+                     "OFPQueuePropMinRate": {
+                        "len": 16, 
+                        "property": 1, 
+                        "rate": 100
+                     }
+                  }, 
+                  {
+                     "OFPQueuePropMaxRate": {
+                        "len": 16, 
+                        "property": 2, 
+                        "rate": 200
+                     }
+                  }
+               ], 
+               "queue_id": 88
+            }
+         }
+      ]
+   }
+}