[CONTROLLER-133] Problem removing flows Created: 23/Jan/14 Updated: 25/Jul/23 Resolved: 05/May/15 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | adsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Heikki Mahkonen | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Windows |
||
| External issue ID: | 355 |
| Description |
|
This is how I tested: osgi> addMDFlow openflow:1 f4 ovs> sudo ovs-ofctl -OOpenFLow13 dump-flows s1 osgi> addMDFlow openflow:1 f5 ovs> sudo ovs-ofctl -OOpenFLow13 dump-flows s1 Everything is OK! Then: 4. Remove flows ovs> sudo ovs-ofctl -OOpenFLow13 dump-flows s1 osgi> removeMDFlow openflow:1 f5 Flow still in switch. sudo ovs-ofctl -OOpenFLow13 dump-flows s1: |
| Comments |
| Comment by sunny malhotra [ 29/Jan/14 ] |
|
I tried to reproduce the problem scenario. Please verify the steps followed : 1.Run ODL osgi> addMDFlow openflow:1 f4 sudo ovs-ofctl -protocols=OpenFLow13 dump-flows s1 osgi> addMDFlow openflow:1 f5 sudo ovs-ofctl -protocols=OpenFLow13 dump-flows s1 4. Remove flows : osgi> removeMDFlow openflow:1 f4 osgi> removeMDFlow openflow:1 f5 |
| Comment by Heikki Mahkonen [ 29/Jan/14 ] |
|
This was fixed in openflowplugin/test-provider/src/main/java/org/opendaylight/openflowplugin/test/OpenflowpluginTestCommandProvider.java. Deleting flow from FRM now works. |
| Comment by Carol Sanders [ 05/May/15 ] |
|
This bug is part of the project to Move all ADSAL associated component bugs to ADSAL. |