kytos / mef_eline

Kytos NApp to create and manage point-to-point L2 circuits
https://napps.kytos.io/kytos/mef_eline
MIT License
3 stars 14 forks source link

Add a method to handle error in flow mods #214

Closed ajoaoff closed 3 years ago

ajoaoff commented 4 years ago

Fixes #142 .

:bookmark_tabs: Description of the Change

If an error in a flow mod happens on the installation of a flow related to an EVC, all flows from the EVC are removed, it is marked as inactive, but remain enabled.

:computer: Verification Process

Unit tests were created to test the new method.

:page_facing_up: Release Notes