kytos / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
1 stars 19 forks source link

Change behavior when handling an OFPBAC_BAD_OUT_PORT error message #96

Closed gleybersonandrade closed 4 years ago

gleybersonandrade commented 4 years ago

Today, when an error message occurs, only an log.error is displayed. This PR increases this behavior, when the error message is OFPBAC_BAD_OUT_PORT, the interface config is checked with OFPPC_NO_FWD flag.

Fix https://github.com/kytos/of_core/issues/80

gleybersonandrade commented 4 years ago

Thanks @ajoaoff, I changed this logic to a new PR on Flow Manager (https://github.com/kytos/flow_manager/pull/88).

gleybersonandrade commented 4 years ago

@josemauro, this PR can be closed now, all the logic present here has been moved to https://github.com/kytos/flow_manager/pull/88