| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol |
BGP Protocol specific components.
|
| org.onosproject.bgpio.protocol.flowspec |
BGP Protocol specific flow specification component details.
|
| org.onosproject.bgpio.protocol.linkstate |
BGP Protocol specific link state details.
|
| org.onosproject.bgpio.types |
Implementation of Tlvs, Attributes and Descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
RouteDistinguisher |
BgpLSNlri.getRouteDistinguisher()
Returns Route distinguisher in Nlri.
|
| Modifier and Type | Method and Description |
|---|---|
RouteDistinguisher |
BgpFlowSpecDetails.routeDistinguisher()
Returns route distinguisher for the flow specification components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpFlowSpecDetails.setRouteDistinguiher(RouteDistinguisher routeDistinguisher)
Set route distinguisher for flow specification component.
|
| Modifier and Type | Method and Description |
|---|---|
RouteDistinguisher |
BgpPrefixIPv4LSNlriVer4.getRouteDistinguisher() |
RouteDistinguisher |
BgpNodeLSNlriVer4.getRouteDistinguisher() |
RouteDistinguisher |
BgpLinkLsNlriVer4.getRouteDistinguisher() |
| Constructor and Description |
|---|
BgpLinkLsNlriVer4(byte protocolId,
long identifier,
BgpLinkLSIdentifier linkLSIdentifier,
RouteDistinguisher routeDistinguisher,
boolean isVpn)
Constructor to initialize parameters for BGP LinkLSNlri.
|
BgpNodeLSNlriVer4(long identifier,
byte protocolId,
BgpNodeLSIdentifier localNodeDescriptors,
boolean isVpn,
RouteDistinguisher routeDistinguisher)
Constructors to initialize its parameters.
|
BgpPrefixIPv4LSNlriVer4(long identifier,
byte protocolId,
BgpPrefixLSIdentifier bgpPrefixLSIdentifier,
RouteDistinguisher routeDistinguisher,
boolean isVpn)
Constructor to initialize parameters for BGP PrefixLSNlri.
|
| Modifier and Type | Method and Description |
|---|---|
static RouteDistinguisher |
RouteDistinguisher.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads route distinguisher from channelBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RouteDistinguisher.compareTo(RouteDistinguisher rd) |
Copyright © 2016. All rights reserved.