| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
RouterId | 
BestPath.getRouterId()
RouterId. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
RouteEntry.addRoute(@NonNull RouterId routerId,
        Long remotePathId,
        R route)
Add Route. 
 | 
boolean | 
RouteEntry.removeRoute(@NonNull RouterId routerId,
           Long remotePathId)
Remove route. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RouterId | 
AddPathBestPath.getRouterId()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
AddPathAbstractRouteEntry.addRoute(RouterId routerId,
        Long remotePathId,
        R route)  | 
boolean | 
AddPathAbstractRouteEntry.removeRoute(RouterId routerId,
           Long remotePathId)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected RouterId | 
AbstractBestPathSelector.bestOriginatorId  | 
| Modifier and Type | Method and Description | 
|---|---|
protected RouterId | 
AbstractBestPathSelector.replaceOriginator(RouterId routerId,
                 OriginatorId originatorId)
RFC 4456 mandates the use of Originator IDs instead of Router ID for
 selection purposes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected RouterId | 
AbstractBestPathSelector.replaceOriginator(RouterId routerId,
                 OriginatorId originatorId)
RFC 4456 mandates the use of Originator IDs instead of Router ID for
 selection purposes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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.forAddress(String address)
Get a router ID in unsigned integer format from an Ipv4Address. 
 | 
static RouterId | 
RouterId.forPeerId(PeerId peerId)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
RouterId.compareTo(RouterId o)  | 
Copyright © 2020 OpenDaylight. All rights reserved.