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 TypeMethodDescriptionint
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 RouterIdMethods in org.opendaylight.protocol.bgp.mode.impl.add with parameters of type RouterIdModifier and TypeMethodDescriptionfinal int
AddPathAbstractRouteEntry.addRoute
(RouterId routerId, org.opendaylight.yangtools.yang.common.Uint32 remotePathId, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route) final 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 RouterIdMethods in org.opendaylight.protocol.bgp.mode.spi that return RouterIdModifier and TypeMethodDescriptionprotected 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 RouterIdModifier and TypeMethodDescriptionprotected 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 RouterIdModifier and TypeMethodDescriptionstatic 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
Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type RouterId