backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-table_stats_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-table_stats_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-table_stats_reply.packet.json
new file mode 100644 (file)
index 0000000..94801ad
--- /dev/null
@@ -0,0 +1,24 @@
+{
+   "OFPTableStatsReply": {
+      "body": [
+         {
+            "OFPTableStats": {
+               "active_count": 4, 
+               "lookup_count": 4, 
+               "matched_count": 4, 
+               "table_id": 0
+            }
+         }, 
+         {
+            "OFPTableStats": {
+               "active_count": 4, 
+               "lookup_count": 4, 
+               "matched_count": 4, 
+               "table_id": 1
+            }
+         }
+      ], 
+      "flags": 0, 
+      "type": 3
+   }
+}