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<ActualBestPathRoutes<C,S,R,I>> |
RouteEntry.actualBestPaths(RIBSupport<C,S,R,I> ribSupport,
RouteEntryInfo entryInfo)
Returns collections of present selected best path.
|
Modifier and Type | Method and Description |
---|---|
List<ActualBestPathRoutes<C,S,R,I>> |
AddPathAbstractRouteEntry.actualBestPaths(RIBSupport<C,S,R,I> ribSupport,
RouteEntryInfo entryInfo) |
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.initializeRibOut(RouteEntryDependenciesContainer entryDep,
List<ActualBestPathRoutes<C,S,R,I>> routes)
Stores under peers rib Out already present routes, before proceed to process any new route advertizement.
|
<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.reEvaluateAdvertizement(RouteEntryDependenciesContainer entryDep,
List<ActualBestPathRoutes<C,S,R,I>> routes)
Applies all policies through all present routes, and advertize/withdraws based on new results.
|
Copyright © 2019 OpenDaylight. All rights reserved.