Signed-off-by: IWAMOTO Toshihiro <iwam...@valinux.co.jp>
---
 .../of13/libofproto-OFP13-flow_mod.truncated64     |  0
 ...bofproto-OFP13-flow_mod.packet.truncated64.json | 33 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 
ryu/tests/packet_data/of13/libofproto-OFP13-flow_mod.truncated64
 create mode 100644 
ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod.packet.truncated64.json

diff --git a/ryu/tests/packet_data/of13/libofproto-OFP13-flow_mod.truncated64 
b/ryu/tests/packet_data/of13/libofproto-OFP13-flow_mod.truncated64
new file mode 100644
index 0000000..e69de29
diff --git 
a/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod.packet.truncated64.json
 
b/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod.packet.truncated64.json
new file mode 100644
index 0000000..707e309
--- /dev/null
+++ 
b/ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod.packet.truncated64.json
@@ -0,0 +1,33 @@
+{
+   "OFPTruncatedMessage": {
+      "OFPFlowMod": {
+         "buffer_id": 0, 
+         "command": 0, 
+         "cookie": 1311768467463790320, 
+         "cookie_mask": 18446744073709551615, 
+         "flags": 0, 
+         "hard_timeout": 0, 
+         "idle_timeout": 0, 
+         "instructions": [], 
+         "match": {
+            "OFPMatch": {
+               "length": 70, 
+               "oxm_fields": [
+                  {
+                     "OXMTlv": {
+                        "field": "in_port", 
+                        "mask": null, 
+                        "value": 43981
+                     }
+                  }
+               ], 
+               "type": 1
+            }
+         }, 
+         "out_group": 0, 
+         "out_port": 0, 
+         "priority": 0, 
+         "table_id": 2
+      }
+   }
+}
-- 
2.1.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to