[CONTROLLER-35] Unable to push flow with ENQUEUE as action via curl command in Opendaylig​ht Controller Created: 23/Sep/13 Updated: 25/Jul/23 Resolved: 05/May/15 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | adsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Manish Kumar | Assignee: | Alessandro Boch |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Linux |
||
| Description |
|
While trying the push the flow via cURL command as follows: curl --user "admin":"admin" -H "Accept: application/json" -H "Content-type: application/json" -X POST http://127.0.0.1:8080/controller/nb/v2/flow/default/OF/10:20:00:00:00:00:00:01/new-flow -d '{"installInHw":"true","name":"new-flow","node": {"@id":"10:20:00:00:00:00:00:01","@type":"OF"},"ingressPort":"3","priority":"500","nwSrc":"192.168.1.1","actions":"OUTPUT=2"}' Result: But while trying the push the flow via cURL command as follows(pushing the flow with "action":"ENQUEUE=3:1"): curl --user "admin":"admin" -H "Accept: application/json" -H "Content-type: application/json" -X POST http://127.0.0.1:8080/controller/nb/v2/flow/default/OF/10:20:00:00:00:00:00:01/new-flow -d '{"installInHw":"true","name":"new-flow","node": {"@id":"10:20:00:00:00:00:00:01","@type":"OF"},"ingressPort":"3","priority":"500","nwSrc":"192.168.1.1","actions":"ENQUEUE=3:1"}' Issues found are described below: 1.dump-flows is displaying the action type as DROP.[NOT OK] Please provide the support to set the flow with ENQUEUE as an action type |
| Comments |
| Comment by Carol Sanders [ 05/May/15 ] |
|
This bug is part of the project to Move all ADSAL associated component bugs to ADSAL. |