diff options
-rw-r--r-- | ryu/tests/packet_data/of13/libofproto-OFP13-flow_mod.truncated64 | 0 | ||||
-rw-r--r-- | ryu/tests/unit/ofproto/json/of13/libofproto-OFP13-flow_mod.packet.truncated64.json | 33 |
2 files changed, 33 insertions, 0 deletions
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 00000000..e69de29b --- /dev/null +++ b/ryu/tests/packet_data/of13/libofproto-OFP13-flow_mod.truncated64 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 00000000..707e3096 --- /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 + } + } +} |