diff options
Diffstat (limited to 'tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_resubmit.packet.json')
-rw-r--r-- | tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_resubmit.packet.json | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_resubmit.packet.json b/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_resubmit.packet.json deleted file mode 100644 index 1fdedc55..00000000 --- a/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_resubmit.packet.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "OFPFlowMod": { - "buffer_id": 4294967295, - "command": 0, - "cookie": 0, - "cookie_mask": 0, - "flags": 0, - "hard_timeout": 0, - "idle_timeout": 0, - "instructions": [ - { - "OFPInstructionActions": { - "actions": [ - { - "NXActionResubmitTable": { - "experimenter": 8992, - "in_port": 1234, - "len": 16, - "subtype": 14, - "table_id": 99, - "type": 65535 - } - } - ], - "len": 24, - "type": 4 - } - } - ], - "match": { - "OFPMatch": { - "length": 70, - "oxm_fields": [ - { - "OXMTlv": { - "field": "in_port", - "mask": null, - "value": 43981 - } - }, - { - "OXMTlv": { - "field": "eth_dst", - "mask": null, - "value": "aa:bb:cc:99:88:77" - } - }, - { - "OXMTlv": { - "field": "eth_type", - "mask": null, - "value": 2048 - } - }, - { - "OXMTlv": { - "field": "vlan_vid", - "mask": null, - "value": 5095 - } - }, - { - "OXMTlv": { - "field": "ipv4_dst", - "mask": null, - "value": "192.168.2.1" - } - }, - { - "OXMTlv": { - "field": "tunnel_id", - "mask": null, - "value": 50000 - } - }, - { - "OXMTlv": { - "field": "tun_ipv4_src", - "mask": null, - "value": "192.168.2.3" - } - }, - { - "OXMTlv": { - "field": "tun_ipv4_dst", - "mask": null, - "value": "192.168.2.4" - } - } - ], - "type": 1 - } - }, - "out_group": 4294967295, - "out_port": 4294967295, - "priority": 32768, - "table_id": 3 - } -} |