This group is locked. No changes can be made to the group while it is locked.
Date
1 - 2 of 2
[openflowplugin-dev] [controller-dev] Flow actions were reordered.
Colin Dixon
My guess is that this is a bug in openflowjava's (adding openflowjava-dev) openflow-action.yang where they should specify that the list of actions in actions-grouping is ordered-by-user.
Right now it is not: grouping actions-grouping { list action { config false; leaf type { type identityref { base oft:action-base; } } } } It should be a simple fix. You can try pulling that and building to see if it fixes your problem. Cheers, --Colin
On Tue, Jul 8, 2014 at 5:16 PM, Kiran Agrahara Sreenivasa <kkoushik@...> wrote: If you have the YANG data model, have you tried specifying "ordered-by-user" in the list?
|
|
Shigeru Yasuda <s-yasuda@...>
Thanks Colin,
But action list I mentioned is in MD-SAL flow, not OF flow. So I pushed a patch that adds "ordered-by user" to MD-SAL action list. https://git.opendaylight.org/gerrit/8842 I verified that above patch preserves the order of actions in MD-SAL flow. I think Colin's patch should also be merged because the order of OF action list should be preserved. Regards, -- Shigeru Yasuda On [Tue, 8 Jul 2014 17:58:24 -0500], Colin Dixon <colin@...> wrote:
|
|