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,