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 RouterIdBestPath. getRouterId()RouterId.Methods in org.opendaylight.protocol.bgp.mode.api with parameters of type RouterId Modifier and Type Method Description intRouteEntry. addRoute(@NonNull RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, @NonNull R route)Add Route.booleanRouteEntry. 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 RouterIdAddPathBestPath. getRouterId()Methods in org.opendaylight.protocol.bgp.mode.impl.add with parameters of type RouterId Modifier and Type Method Description intAddPathAbstractRouteEntry. addRoute(RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, R route)booleanAddPathAbstractRouteEntry. 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 RouterIdAbstractBestPathSelector. bestOriginatorIdMethods in org.opendaylight.protocol.bgp.mode.spi that return RouterId Modifier and Type Method Description protected RouterIdAbstractBestPathSelector. replaceOriginator(RouterId routerId, OriginatorId originatorId)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 RouterIdAbstractBestPathSelector. replaceOriginator(RouterId routerId, OriginatorId originatorId)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 RouterIdRouterId. forAddress(String address)Get a router ID in unsigned integer format from an Ipv4Address.static RouterIdRouterId. 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 RouterIdRouterId. forPeerId(PeerId peerId)Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type RouterId Modifier and Type Method Description intRouterId. compareTo(RouterId o)
-