Class AdvertizedRoute

java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute
org.opendaylight.protocol.bgp.rib.spi.entry.AdvertizedRoute
All Implemented Interfaces:
RouteKeyIdentifier

public final class AdvertizedRoute extends AbstractAdvertizedRoute
new Routes to be advertized.
Author:
Claudio D. Gasparini
  • Constructor Details

    • AdvertizedRoute

      public AdvertizedRoute(RIBSupport<?,?> ribSupport, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced)
    • AdvertizedRoute

      public AdvertizedRoute(RIBSupport<?,?> ribSupport, boolean isFirstBestPath, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced)
  • Method Details

    • isFirstBestPath

      public boolean isFirstBestPath()