backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / 4-38-ofp_queue_stats_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json
new file mode 100644 (file)
index 0000000..80b59cf
--- /dev/null
@@ -0,0 +1,41 @@
+{
+   "OFPQueueStatsReply": {
+      "body": [
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "port_no": 7, 
+               "queue_id": 1, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }, 
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "port_no": 6, 
+               "queue_id": 1, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }, 
+         {
+            "OFPQueueStats": {
+               "duration_nsec": 0, 
+               "duration_sec": 0, 
+               "port_no": 7, 
+               "queue_id": 2, 
+               "tx_bytes": 0, 
+               "tx_errors": 0, 
+               "tx_packets": 0
+            }
+         }
+      ], 
+      "flags": 0, 
+      "type": 5
+   }
+}