backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / lib-ofctl-OFP15-flow_desc_reply.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/lib-ofctl-OFP15-flow_desc_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of15/lib-ofctl-OFP15-flow_desc_reply.packet.json
new file mode 100644 (file)
index 0000000..9626cee
--- /dev/null
@@ -0,0 +1,105 @@
+{
+    "OFPFlowDescStatsReply": {
+        "body": [
+            {
+                "OFPFlowDesc": {
+                    "cookie": 1234605616436508552, 
+                    "flags": 1, 
+                    "hard_timeout": 255, 
+                    "idle_timeout": 255, 
+                    "importance": 43690, 
+                    "instructions": [
+                        {
+                            "OFPInstructionGotoTable": {
+                                "len": 8, 
+                                "table_id": 2, 
+                                "type": 1
+                            }
+                        }, 
+                        {
+                            "OFPInstructionActions": {
+                                "actions": [
+                                     {
+                                         "OFPActionMeter": {
+                                             "len": 8,
+                                             "meter_id": 2,
+                                             "type": 29
+                                         }
+                                     }
+                                ],
+                                "len": 8,
+                                "type": 3
+                            }
+                        },
+                        {
+                            "OFPInstructionActions": {
+                                "actions": [
+                                     {
+                                         "OFPActionCopyField": {
+                                             "type": 28,
+                                             "len": 20,
+                                             "n_bits": 32, 
+                                             "src_offset": 1, 
+                                             "dst_offset": 2, 
+                                             "oxm_ids": [
+                                                 {
+                                                     "OFPOxmId": {
+                                                         "hasmask": false, 
+                                                         "length": 0, 
+                                                         "type": "eth_src"
+                                                     }
+                                                 }, 
+                                                 {
+                                                     "OFPOxmId": {
+                                                        "hasmask": false, 
+                                                        "length": 0, 
+                                                        "type": "eth_dst"
+                                                     }
+                                                 }
+                                             ]
+                                         }
+                                    }
+                                ],
+                                "len": 28,
+                                "type": 4
+                            }
+                        }
+                    ], 
+                    "length": 84, 
+                    "match": {
+                        "OFPMatch": {
+                            "length": 12, 
+                            "oxm_fields": [
+                                {
+                                    "OXMTlv": {
+                                        "field": "in_port", 
+                                        "mask": null, 
+                                        "value": 1
+                                    }
+                                }
+                            ], 
+                            "type": 1
+                        }
+                    }, 
+                    "priority": 5, 
+                    "stats": {
+                        "OFPStats": {
+                            "length": 12, 
+                            "oxs_fields": [
+                                {
+                                    "OXSTlv": {
+                                        "field": "flow_count", 
+                                        "value": 1
+                                    }
+                                }
+                            ]
+                        }
+                    }, 
+                    "table_id": 1
+                }
+            }
+        ], 
+        "flags": 0, 
+        "type": 1
+    }
+}