backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_monitor_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_monitor_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_monitor_reply.packet.json
new file mode 100644 (file)
index 0000000..8c02887
--- /dev/null
@@ -0,0 +1,66 @@
+{
+   "OFPFlowMonitorReply": {
+      "body": [
+         {
+            "OFPFlowUpdateFull": {
+               "cookie": 0, 
+               "event": 0, 
+               "hard_timeout": 700, 
+               "idle_timeout": 600, 
+               "instructions": [
+                  {
+                     "OFPInstructionActions": {
+                        "actions": [
+                           {
+                              "OFPActionOutput": {
+                                 "len": 16, 
+                                 "max_len": 0, 
+                                 "port": 4294967290, 
+                                 "type": 0
+                              }
+                           }
+                        ], 
+                        "len": 24, 
+                        "type": 4
+                     }
+                  }
+               ], 
+               "length": 64, 
+               "match": {
+                  "OFPMatch": {
+                     "length": 10, 
+                     "oxm_fields": [
+                        {
+                           "OXMTlv": {
+                              "field": "eth_type", 
+                              "mask": null, 
+                              "value": 2054
+                           }
+                        }
+                     ], 
+                     "type": 1
+                  }
+               }, 
+               "priority": 3, 
+               "reason": 0, 
+               "table_id": 0
+            }
+         }, 
+         {
+            "OFPFlowUpdateAbbrev": {
+               "event": 4, 
+               "length": 8, 
+               "xid": 1234
+            }
+         }, 
+         {
+            "OFPFlowUpdatePaused": {
+               "event": 5, 
+               "length": 8
+            }
+         }
+      ], 
+      "flags": 0, 
+      "type": 16
+   }
+}