Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redid handling of link down to ensure tear down of old path #583

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Added
Fixed
=======
- UI: fixed issue where non-JSON data was being parsed as JSON data.
- Fixed inconsistencies with link down behaviour. Flows and vlan reservations should now be properly cleared on link down.

Changed
=======
Expand Down
12 changes: 0 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Subscribed
- ``kytos/flow_manager.flow.removed``
- ``kytos/of_multi_table.enable_table``
- ``kytos/mef_eline.evc_affected_by_link_down``
- ``kytos/mef_eline.cleanup_evcs_old_path``
- ``kytos/mef_eline.redeployed_link_up``
- ``kytos/mef_eline.redeployed_link_down``
- ``kytos/mef_eline.deployed``
Expand Down Expand Up @@ -105,17 +104,6 @@ Event reporting an error with redeploying a circuit with a link down event.
"uni_z": evc.uni_z.as_dict()
}

kytos/mef_eline.cleanup_evcs_old_path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Event reporting the old circuit's path after a link down event.

.. code-block:: python3

{
"evcs": evcs_with_failover + check_failover
}

kytos/mef_eline.evcs_affected_by_link_down
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading