kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

A flow should not accept actions and instructions at the same time #122

Open Alopalao opened 1 year ago

Alopalao commented 1 year ago

Here a flow is creating two separate instructions from instruction and actions. We are changing the input to just accept only one of them but it is better if the code is consistent with the input. An early return could suffice.