-
Notifications
You must be signed in to change notification settings - Fork 15
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
[AETHER-514] Fix the previous patch (PR #100) #114
Conversation
The author of this PR, pierventre, is not an activated member of this organization on Codecov. |
Previous meaning PR #100? |
Could you include PR #100 in the title? Makes it easier to cross reference later. |
In the previous patch (PR #100), a "break" was missed when the code has been ported from ONOS. Additionally, makes a further optimization: does not send hashed and next_vlan flows.
9c2c666
to
98dd9c5
Compare
retest this please, Jenkins failed because of #98 |
anything else from my side ? Can we merge ? |
* [AETHER-514] Fix the previous patch (PR #100) In the previous patch (PR #100), a "break" was missed when the code has been ported from ONOS. Additionally, makes a further optimization: does not send hashed and next_vlan flows. * Updates ONOS deps and re-add "fail" instruction that was wrongly removed.
* [AETHER-514] Fix the previous patch (PR #100) In the previous patch (PR #100), a "break" was missed when the code has been ported from ONOS. Additionally, makes a further optimization: does not send hashed and next_vlan flows. * Updates ONOS deps and re-add "fail" instruction that was wrongly removed.
* [AETHER-514] Fix the previous patch (PR #100) In the previous patch (PR #100), a "break" was missed when the code has been ported from ONOS. Additionally, makes a further optimization: does not send hashed and next_vlan flows. * Updates ONOS deps and re-add "fail" instruction that was wrongly removed.
* [AETHER-514] Fix the previous patch (PR #100) In the previous patch (PR #100), a "break" was missed when the code has been ported from ONOS. Additionally, makes a further optimization: does not send hashed and next_vlan flows. * Updates ONOS deps and re-add "fail" instruction that was wrongly removed.
In the previous patch, a "break" was missed when the code has been ported from ONOS.
Additionally, makes a further optimization: does not send hashed and next_vlan flows.