Uses of Class
org.opendaylight.protocol.bgp.rib.spi.RouterId
Package
Description
-
Uses of RouterId in org.opendaylight.protocol.bgp.mode.api
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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