Package | Description |
---|---|
org.opendaylight.protocol.bgp.mode.api | |
org.opendaylight.protocol.bgp.mode.impl.add | |
org.opendaylight.protocol.bgp.rib.spi |
Modifier and Type | Method and Description |
---|---|
Optional<StaleBestPathRoute<C,S,R,I>> |
RouteEntry.removeStalePaths(RIBSupport<C,S,R,I> ribSupport,
String routeKey)
Returns list of stale best path.
|
Modifier and Type | Method and Description |
---|---|
Optional<StaleBestPathRoute<C,S,R,I>> |
AddPathAbstractRouteEntry.removeStalePaths(RIBSupport<C,S,R,I> ribSupport,
String routeKey) |
Modifier and Type | Method and Description |
---|---|
<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>,R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>> |
Peer.refreshRibOut(RouteEntryDependenciesContainer entryDep,
List<StaleBestPathRoute<C,S,R,I>> staleRoutes,
List<AdvertizedRoute<C,S,R,I>> newRoutes)
Update peers ribout after path selection processing.
|
Copyright © 2019 OpenDaylight. All rights reserved.