:octocat: Are you working on some issue? Identify the issue!
Fix #26
:bookmark_tabs: Description of the Change
Create a table_id field and set the default value to 0 and update tests to support it.
The table_id field is necessary for the consistency check performed by kytos/flow_manager.
:computer: Verification Process
Manually checked and performed the unit tests without any error.
:page_facing_up: Release Notes
Add table_id field required by consistency check in flows.
:octocat: Are you working on some issue? Identify the issue!
Fix #26
:bookmark_tabs: Description of the Change
Create a
table_id
field and set the default value to 0 and update tests to support it. Thetable_id
field is necessary for the consistency check performed bykytos/flow_manager
.:computer: Verification Process
:page_facing_up: Release Notes
table_id
field required by consistency check in flows.