BGPCEP-754: Rework EffectiveRibInWriter
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / LocRibWriter.java
index eb59dd7ab467fcfd878a7b2b812bb3f322c1e39d..e4bd2d03d7d3c7f2e49a017c1d563bc886737d11 100644 (file)
@@ -234,7 +234,7 @@ final class LocRibWriter implements AutoCloseable, TotalPrefixesCounter, TotalPa
     private void updateRoutesEntries(final DataTreeCandidateNode child, final PeerId peerId,
             final Map<RouteUpdateKey, RouteEntry> routes) {
         final UnsignedInteger routerId = RouterIds.routerIdForPeerId(peerId);
-        final Collection<DataTreeCandidateNode> modifiedRoutes = this.ribSupport.changedRoutes(child);
+        final Collection<DataTreeCandidateNode> modifiedRoutes = this.ribSupport.changedDOMRoutes(child);
         for (final DataTreeCandidateNode route : modifiedRoutes) {
             final NodeIdentifierWithPredicates routeId = this.ribSupport
                     .createRouteKeyPathArgument((NodeIdentifierWithPredicates) route.getIdentifier());