[OPNFLWPLUG-948] Single Layer Serialization breaks Select group action order Created: 26/Sep/17  Updated: 27/Sep/21  Resolved: 28/Sep/17

Status: Resolved
Project: OpenFlowPlugin
Component/s: General
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Luis Gomez Assignee: Luis Gomez
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 9216

 Description   

If I push following this select group in config:

{
"group-id": 100000,
"buckets": {
"bucket": [
{
"bucket-id": 18,
"weight": 1,
"action": [
{
"order": 0,
"set-field": {
"ethernet-match": {
"ethernet-source":

{ "address": "48:0F:CF:AF:C1:55" }

}
}
},
{
"order": 2,
"output-action":

{ "output-node-connector": "18" }

},
{
"order": 1,
"set-field": {
"ethernet-match": {
"ethernet-destination":

{ "address": "48:0F:CF:AF:10:73" }

}
}
}
]
}
]
},
"group-name": "SelectGroup{FbToFbLinkGroup{src=DC1-FB2,dst=DC3-FB2}}",
"group-type": "group-select"
}

I can see on the wire we are not following the given "order" but the order the info is read from DS. Issue does not happen when I disable single layer serialization.



 Comments   
Comment by Tomas Slusny [ 27/Sep/17 ]

master: https://git.opendaylight.org/gerrit/#/c/63595/
nitrogen: https://git.opendaylight.org/gerrit/#/c/63596/
carbon: https://git.opendaylight.org/gerrit/#/c/63597/

Comment by Luis Gomez [ 27/Sep/17 ]

OK, the patch fixes, just waiting for merge.

Comment by Tomas Slusny [ 28/Sep/17 ]

Alright, patch was merged, closing.

Generated at Wed Feb 07 20:33:48 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.