kytos / of_core

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

Add ``switch.interface.created`` event to ``PORT_DESC`` handler #131

Closed cmagnobarbosa closed 3 years ago

cmagnobarbosa commented 3 years ago

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

Fix https://github.com/kytos/topology/issues/158 Related: https://github.com/kytos/of_core/issues/116 Related to suggestion : https://github.com/kytos/of_core/issues/116#issuecomment-824313373

:bookmark_tabs: Description of the Change

Add new event (switch.interface.created) to handle_port_desc method. This modification is an alternative to the pull request (https://github.com/kytos/topology/pull/160).

Now PORT_DESC method generate the events kytos/of_core.switch.interface.created and switch.port.created. Before this commit, only port.created was generated in PORT_DESC.

:computer: Verification Process

:page_facing_up: Release Notes

-