OPNFLWPLUG-1077 : Bundle resync is not able to push groups to switch 80/85380/3
authorSomashekhar Javalagi <somashekhar.manohara.javalagi@ericsson.com>
Fri, 25 Oct 2019 06:01:46 +0000 (11:31 +0530)
committerArunprakash D <d.arunprakash@ericsson.com>
Thu, 7 Nov 2019 05:50:37 +0000 (05:50 +0000)
commit3e0110d2a43b9716db49befb9535f54304444c3e
tree885c805c9442ba76f9d36bee157beec0d53a988c
parent41fb1f54b2c2c9e582ec2752f9eabd5081db2d9e
OPNFLWPLUG-1077 : Bundle resync is not able to push groups to switch

As buckets are put into the SingletonImmutableList, sort on
SingletonImmutableList is not supported. yangtools is converting
yang list into SingletonImmutableList. Copying same into
ArrayList and sorting same.

Signed-off-by: Somashekhar Javalagi <somashekhar.manohara.javalagi@ericsson.com>
Change-Id: I5d7714c6b58421e14c535e5c3f42d81d0503bb2c
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/GroupConvertor.java