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
Original issue opened by @ajoaoff at kytos#35.
When an event of port_change is received, do not create a new instance of Interface if one already exists, but update it.
port_change
Interface
The text was updated successfully, but these errors were encountered:
I'll go ahead and close this issue.
As of now, we've been updating interfaces when handling port description or port status OFPPR_ADD:
OFPPR_ADD
https://github.com/kytos-ng/of_core/blob/master/v0x04/utils.py#L110
https://github.com/kytos-ng/of_core/blob/master/main.py#L591
Sorry, something went wrong.
No branches or pull requests
Original issue opened by @ajoaoff at kytos#35.
When an event of
port_change
is received, do not create a new instance ofInterface
if one already exists, but update it.The text was updated successfully, but these errors were encountered: