Open abakagamze opened 5 years ago
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, You see multiple commits but if you check the file changes, you can see the relevant update. (there is a minor change) Actually, I dont know how to clean my pull request. -- Please note that my other commits are related to meter bug fix that was already merged. BR,
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. If it is only a small change you would like to be pushed, you could have opened an issue for it. I will probably cherry-pick the relevant commit to test.
Actually, you can cherry-pick only this commit: https://github.com/CPqD/ofsoftswitch13/pull/292/commits/e332e2dcb11dec4e614e62a5b86197d60250ff59
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,