We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Almost all of the listed events (both published and subscribed) can by found in the utils.py, main.py, or models.py
There are published events that are not mentioned in the README file:
kytos/mef_eline.redeployed_link_down -> Found in the handle_evc_affected_by_link_down function
kytos/mef_eline.redeployed_link_down
handle_evc_affected_by_link_down
kytos/mef_eline.error_redeploy_link_down -> Found in the handle_evc_affected_by_link_down function
kytos/mef_eline.error_redeploy_link_down
kytos/mef_eline.cleanup_evcs_old_path -> Found in the handle_link_down function
kytos/mef_eline.cleanup_evcs_old_path
handle_link_down
kytos/mef_eline.evcs_affected_by_link_down -> Found in the handle_link_down function
kytos/mef_eline.evcs_affected_by_link_down
kytos/flow_manager.flows.install -> Found in the handle_link_down function, which is then sent to the send_flow_mods_event function
kytos/flow_manager.flows.install
send_flow_mods_event
kytos/flow_manager.flows.deleted -> Found in the delete_circuit function, which is then sent to the send_flow_mods_event function
kytos/flow_manager.flows.deleted
delete_circuit
kytos/mef_eline.updated -> Found in the update function
kytos/mef_eline.updated
update
kytos/mef_eline.redeployed_link_up -> Found in the handle_link_up function
kytos/mef_eline.redeployed_link_up
handle_link_up
kytos/mef_eline.undeployed -> Found in the remove function
kytos/mef_eline.undeployed
remove
kytos/mef_eline.deployed -> Found in the deploy function
kytos/mef_eline.deployed
deploy
Here are the subscribed events that are also not mentioned
kytos/mef_eline.evc_affected_by_link_down
.*.switch.interface.link_up
.*.switch.interface.link_down
.*.switch.interface.created
.*.switch.interface.deleted
The text was updated successfully, but these errors were encountered:
Good finding @Auwate, indeed most here needs to be included. The only exception are non owning published events as we're discussing in other issues.
Sorry, something went wrong.
No branches or pull requests
Context
Almost all of the listed events (both published and subscribed) can by found in the utils.py, main.py, or models.py
Published
There are published events that are not mentioned in the README file:
kytos/mef_eline.redeployed_link_down
-> Found in thehandle_evc_affected_by_link_down
functionkytos/mef_eline.error_redeploy_link_down
-> Found in thehandle_evc_affected_by_link_down
functionkytos/mef_eline.cleanup_evcs_old_path
-> Found in thehandle_link_down
functionkytos/mef_eline.evcs_affected_by_link_down
-> Found in thehandle_link_down
functionkytos/flow_manager.flows.install
-> Found in thehandle_link_down
function, which is then sent to thesend_flow_mods_event
functionkytos/flow_manager.flows.deleted
-> Found in thedelete_circuit
function, which is then sent to thesend_flow_mods_event
functionkytos/mef_eline.updated
-> Found in theupdate
functionkytos/mef_eline.redeployed_link_up
-> Found in thehandle_link_up
functionkytos/mef_eline.undeployed
-> Found in theremove
functionkytos/mef_eline.deployed
-> Found in thedeploy
functionSubscribed
Here are the subscribed events that are also not mentioned
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
.*.switch.interface.link_up
.*.switch.interface.link_down
.*.switch.interface.created
.*.switch.interface.deleted
The text was updated successfully, but these errors were encountered: