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 |
---|---|
List<AdvertizedRoute<C,S,R,I>> |
RouteEntry.newBestPaths(RIBSupport<C,S,R,I> ribSupport,
String routeKey)
Returns collection of best path routes after processing update of stale and new advertisement of routes.
|
Modifier and Type | Method and Description |
---|---|
List<AdvertizedRoute<C,S,R,I>> |
AddPathAbstractRouteEntry.newBestPaths(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.