Uses of Class
org.opendaylight.protocol.bgp.rib.spi.RouterId
Packages that use RouterId
Package
Description
-
Uses of RouterId in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return RouterIdMethods in org.opendaylight.protocol.bgp.mode.api with parameters of type RouterIdModifier and TypeMethodDescriptionintRouteEntry.addRoute(@NonNull RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, @NonNull org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode 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 RouterIdMethods in org.opendaylight.protocol.bgp.mode.impl.add with parameters of type RouterIdModifier and TypeMethodDescriptionfinal intAddPathAbstractRouteEntry.addRoute(RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route) final 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 RouterIdMethods in org.opendaylight.protocol.bgp.mode.spi that return RouterIdModifier and TypeMethodDescriptionprotected RouterIdAbstractBestPathSelector.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 RouterIdModifier and TypeMethodDescriptionprotected RouterIdAbstractBestPathSelector.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 RouterIdModifier and TypeMethodDescriptionstatic 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 RouterIdMethods in org.opendaylight.protocol.bgp.rib.spi with parameters of type RouterId