MRI version bump for Aluminium
[genius.git] / itm / itm-impl / src / main / java / org / opendaylight / genius / itm / monitoring / ItmTunnelEventListener.java
index 1e259d2c031cf064021fe5dfcb0c56fb01a645ac..06c23f92cc1a21116e950c75a7c6fd65e299464c 100644 (file)
@@ -378,8 +378,9 @@ public class ItmTunnelEventListener extends AbstractSyncDataTreeChangeListener<S
             LOG.debug(" Tunnel events are processed out order for {} hence updating it from cache",
                     add.getTunnelInterfaceName());
             return Collections.singletonList(txRunner
-                .callWithNewWriteOnlyTransactionAndSubmit(Datastore.OPERATIONAL, tx -> tx.merge(identifier,
-                    new StateTunnelListBuilder(add).setOperState(operStatus).build(), false)));
+                .callWithNewWriteOnlyTransactionAndSubmit(Datastore.OPERATIONAL,
+                    tx -> tx.mergeParentStructureMerge(identifier,
+                        new StateTunnelListBuilder(add).setOperState(operStatus).build())));
         }
     }
 }