MRI version bumpup for Aluminium
[netvirt.git] / elanmanager / impl / src / main / java / org / opendaylight / netvirt / elan / l2gw / listeners / LocalUcastMacListener.java
index 817dfb4f6e3c37946b3de8df5c63da8581fdaf02..380e59380661ba6797e80b269808e357fea98ac0 100644 (file)
@@ -251,7 +251,7 @@ public class LocalUcastMacListener extends ChildListener<Node, LocalUcastMacs, S
         if (node != null) {
             HwvtepGlobalAugmentation augmentation = node.augmentation(HwvtepGlobalAugmentation.class);
             if (augmentation != null && augmentation.getLocalUcastMacs() != null) {
-                return new HashSet<>(augmentation.getLocalUcastMacs());
+                return new HashSet<>(augmentation.getLocalUcastMacs().values());
             }
         }
         return Collections.emptySet();