-
Notifications
You must be signed in to change notification settings - Fork 192
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
Link Up problem is solved #292
base: master
Are you sure you want to change the base?
Conversation
Thank you very much for you contribution. :-) Can I ask you if you could possibly clean your pull request only with commits relevant to the problem being solved? There are a few merges and a fix for another bug which are not directly related to the pull request. The form it is submitted does not make it easy to understand all changes and what the patches are solving. |
Hi, |
Hi, I do really appreciate the contribution, but it does not help me that much if the pull request is done that way as I do not have time to look every commit and search what is relevant. |
Actually, you can cherry-pick only this commit: |
Hi Everyone,
The problem steps:
PORT_STATUS message is received with "OFPPC_PORT_DOWN=False" and "OFPPS_LINK_DOWN=True" - but link down parameter must be false to enable the port again.
I've fixed it changing the wrong bit setting. Now it works.
Best Regards,