Uses of Class
org.opendaylight.protocol.bgp.rib.spi.RouterId
-
Packages that use RouterId Package Description org.opendaylight.protocol.bgp.mode.api org.opendaylight.protocol.bgp.mode.impl.add org.opendaylight.protocol.bgp.mode.spi org.opendaylight.protocol.bgp.rib.spi -
-
Uses of RouterId in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return RouterId Modifier and Type Method Description RouterId
BestPath. getRouterId()
RouterId.Methods in org.opendaylight.protocol.bgp.mode.api with parameters of type RouterId Modifier and Type Method Description int
RouteEntry. addRoute(@NonNull RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, @NonNull org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route)
Add Route.boolean
RouteEntry. removeRoute(@NonNull RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId)
Remove route. -
Uses of RouterId in org.opendaylight.protocol.bgp.mode.impl.add
Methods in org.opendaylight.protocol.bgp.mode.impl.add that return RouterId Modifier and Type Method Description RouterId
AddPathBestPath. getRouterId()
Methods in org.opendaylight.protocol.bgp.mode.impl.add with parameters of type RouterId Modifier and Type Method Description int
AddPathAbstractRouteEntry. addRoute(RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route)
boolean
AddPathAbstractRouteEntry. removeRoute(RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId)
-
Uses of RouterId in org.opendaylight.protocol.bgp.mode.spi
Fields in org.opendaylight.protocol.bgp.mode.spi declared as RouterId Modifier and Type Field Description protected RouterId
AbstractBestPathSelector. bestOriginatorId
Methods in org.opendaylight.protocol.bgp.mode.spi that return RouterId Modifier and Type Method Description protected RouterId
AbstractBestPathSelector. replaceOriginator(RouterId routerId, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attrs)
RFC 4456 mandates the use of Originator IDs instead of Router ID for selection purposes.Methods in org.opendaylight.protocol.bgp.mode.spi with parameters of type RouterId Modifier and Type Method Description protected RouterId
AbstractBestPathSelector. replaceOriginator(RouterId routerId, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attrs)
RFC 4456 mandates the use of Originator IDs instead of Router ID for selection purposes. -
Uses of RouterId in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return RouterId Modifier and Type Method Description static RouterId
RouterId. forAddress(String address)
Get a router ID in unsigned integer format from an Ipv4Address.static RouterId
RouterId. forAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address address)
Get a router ID in unsigned integer format from an Ipv4Address.static RouterId
RouterId. forPeerId(PeerId peerId)
Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type RouterId Modifier and Type Method Description int
RouterId. compareTo(RouterId o)
-