Uses of Class
org.opendaylight.protocol.bgp.rib.spi.entry.StaleBestPathRoute
Package
Description
-
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.mode.api
Modifier and TypeMethodDescription@NonNull Optional<StaleBestPathRoute>
RouteEntry.removeStalePaths
(@NonNull RIBSupport<C, S> ribSupport, @NonNull String routeKey) Returns list of stale best path. -
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.mode.impl.add
Modifier and TypeMethodDescriptionfinal Optional<StaleBestPathRoute>
AddPathAbstractRouteEntry.removeStalePaths
(RIBSupport<C, S> ribSupport, String routeKey) -
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.rib.spi
Modifier and TypeMethodDescription<C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,
S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>>
voidPeer.refreshRibOut
(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<StaleBestPathRoute> staleRoutes, @NonNull List<AdvertizedRoute<C, S>> newRoutes) Update peers ribout after path selection processing.