Uses of Class
org.opendaylight.protocol.bgp.rib.spi.entry.ActualBestPathRoutes
Package
Description
-
Uses of ActualBestPathRoutes in org.opendaylight.protocol.bgp.mode.api
Modifier and TypeMethodDescription@NonNull List<ActualBestPathRoutes<C,
S>> RouteEntry.actualBestPaths
(@NonNull RIBSupport<C, S> ribSupport, @NonNull RouteEntryInfo entryInfo) Returns collections of present selected best path. -
Uses of ActualBestPathRoutes in org.opendaylight.protocol.bgp.mode.impl.add
Modifier and TypeMethodDescriptionfinal List<ActualBestPathRoutes<C,
S>> AddPathAbstractRouteEntry.actualBestPaths
(RIBSupport<C, S> ribSupport, RouteEntryInfo entryInfo) -
Uses of ActualBestPathRoutes 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.initializeRibOut
(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C, S>> 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>>
voidPeer.reEvaluateAdvertizement
(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C, S>> routes) Applies all policies through all present routes, and advertize/withdraws based on new results.