kytos / of_core

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

Update the default value `table_id` in the `FlowBase` class #111

Closed cmagnobarbosa closed 3 years ago

cmagnobarbosa commented 3 years ago

:octocat: Are you working on some issue? Identify the issue!

Proposal to fix: https://github.com/kytos/flow_manager/issues/108 Fix: https://github.com/kytos/flow_manager/issues/107

:bookmark_tabs: Description of the Change

The default value of table_id 0xff (255) in the FlowBase class are resulting in an error in the consistency mechanism.

:page_facing_up: Release Notes