Open Alopalao opened 1 year ago
There are 7 types of instructions:
There should not be duplicated intruction_type when creating a flow. For example the following should not be accepted:
intruction_type
"instructions": [ { "instruction_type": "apply_actions", "actions": [{"port": 11, "action_type": "output"}] }, { "instruction_type": "apply_actions", "actions": [{"port": 10, "action_type": "output"}] } ]
There are 7 types of instructions:
There should not be duplicated
intruction_type
when creating a flow. For example the following should not be accepted: