commit | 92998c9a7dfb8051c5653bba4c4611f9eef9e1a3 | [log] [tgz] |
---|---|---|
author | Andreas Pantelopoulos <andreas@opennetworking.org> | Tue May 29 13:11:14 2018 -0700 |
committer | Charles Chan <charles@opennetworking.org> | Tue May 29 23:17:14 2018 +0000 |
tree | 1443168dc66b37f386565eeb1a68734c754594c5 | |
parent | b281ae280fec9b750551032b0a7a07beaeb884bc [diff] |
Bug fix for refactored DestinationSet. The issue was in the serialization. Since we enhanced DestinationSet to use an Enumeration class, this class should also be registered with KryoNamespace. Without registering the Enum class DestinationSetType, the next hops were remaining local to the instance which has inserted them into the Map and they did not propagate to other instances. Change-Id: I4e21481a5fe232892319232b8675cb083593f8f1