Closed josemauro closed 3 years ago
The last commit is broken because the changes in python-openflow (https://github.com/kytos/python-openflow/pull/618) have to be accepted first.
@hdiogenes I applied your suggestions and squashed the commits.
As @hdiogenes mentioned in https://github.com/kytos/python-openflow/pull/618 , we don't need add the complexity to handle with different versions of openflow to fetch the OFPBAC_BAD_OUT_PORT and OFPPC_NO_FWD.
This PR is an improvement of PR https://github.com/kytos/flow_manager/pull/88 that changes the behavior when handling an OFPBAC_BAD_OUT_PORT error message, checking the interface config with OFPPC_NO_FWD flag.
Fix kytos/of_core#80