backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-12-ofp_flow_stats_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json
new file mode 100644 (file)
index 0000000..5f802b4
--- /dev/null
@@ -0,0 +1,161 @@
+{
+   "OFPStatsReply": {
+      "body": [
+         {
+            "OFPFlowStats": {
+               "byte_count": 0, 
+               "cookie": 0, 
+               "duration_nsec": 115277000, 
+               "duration_sec": 358, 
+               "hard_timeout": 0, 
+               "idle_timeout": 0, 
+               "instructions": [], 
+               "length": 56, 
+               "match": {
+                  "OFPMatch": {
+                     "length": 4, 
+                     "oxm_fields": [], 
+                     "type": 1
+                  }
+               }, 
+               "packet_count": 0, 
+               "priority": 65535, 
+               "table_id": 0
+            }
+         }, 
+         {
+            "OFPFlowStats": {
+               "byte_count": 0, 
+               "cookie": 0, 
+               "duration_nsec": 115055000, 
+               "duration_sec": 358, 
+               "hard_timeout": 0, 
+               "idle_timeout": 0, 
+               "instructions": [
+                  {
+                     "OFPInstructionActions": {
+                        "actions": [
+                           {
+                              "OFPActionOutput": {
+                                 "len": 16, 
+                                 "max_len": 0, 
+                                 "port": 4294967290, 
+                                 "type": 0
+                              }
+                           }
+                        ], 
+                        "len": 24, 
+                        "type": 4
+                     }
+                  }
+               ], 
+               "length": 88, 
+               "match": {
+                  "OFPMatch": {
+                     "length": 10, 
+                     "oxm_fields": [
+                        {
+                           "OXMTlv": {
+                              "field": "eth_type", 
+                              "mask": null, 
+                              "value": 2054
+                           }
+                        }
+                     ], 
+                     "type": 1
+                  }
+               }, 
+               "packet_count": 0, 
+               "priority": 65534, 
+               "table_id": 0
+            }
+         }, 
+         {
+            "OFPFlowStats": {
+               "byte_count": 238, 
+               "cookie": 0, 
+               "duration_nsec": 511582000, 
+               "duration_sec": 316220, 
+               "hard_timeout": 0, 
+               "idle_timeout": 0, 
+               "instructions": [
+                  {
+                     "OFPInstructionGotoTable": {
+                        "len": 8, 
+                        "table_id": 1, 
+                        "type": 1
+                     }
+                  }
+               ], 
+               "length": 80, 
+               "match": {
+                  "OFPMatch": {
+                     "length": 22, 
+                     "oxm_fields": [
+                        {
+                           "OXMTlv": {
+                              "field": "in_port", 
+                              "mask": null, 
+                              "value": 6
+                           }
+                        }, 
+                        {
+                           "OXMTlv": {
+                              "field": "eth_src", 
+                              "mask": null, 
+                              "value": "f2:0b:a4:7d:f8:ea"
+                           }
+                        }
+                     ], 
+                     "type": 1
+                  }
+               }, 
+               "packet_count": 3, 
+               "priority": 123, 
+               "table_id": 0
+            }
+         }, 
+         {
+            "OFPFlowStats": {
+               "byte_count": 98, 
+               "cookie": 0, 
+               "duration_nsec": 980901000, 
+               "duration_sec": 313499, 
+               "hard_timeout": 0, 
+               "idle_timeout": 0, 
+               "instructions": [
+                  {
+                     "OFPInstructionActions": {
+                        "actions": [
+                           {
+                              "OFPActionOutput": {
+                                 "len": 16, 
+                                 "max_len": 65535, 
+                                 "port": 4294967293, 
+                                 "type": 0
+                              }
+                           }
+                        ], 
+                        "len": 24, 
+                        "type": 3
+                     }
+                  }
+               ], 
+               "length": 80, 
+               "match": {
+                  "OFPMatch": {
+                     "length": 4, 
+                     "oxm_fields": [], 
+                     "type": 1
+                  }
+               }, 
+               "packet_count": 1, 
+               "priority": 0, 
+               "table_id": 0
+            }
+         }
+      ], 
+      "flags": 0, 
+      "type": 1
+   }
+}