| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol |
BGP Protocol specific components.
|
| org.onosproject.bgpio.protocol.linkstate |
BGP Protocol specific link state details.
|
| Modifier and Type | Method and Description |
|---|---|
BgpNodeLSIdentifier |
BgpNodeLSNlri.getLocalNodeDescriptors()
Returns local node descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
BgpNodeLSIdentifier |
BgpNodeLSNlriVer4.getLocalNodeDescriptors() |
static BgpNodeLSIdentifier |
BgpNodeLSIdentifier.parseLocalNodeDescriptors(org.jboss.netty.buffer.ChannelBuffer cb,
byte protocolId)
Parse local node descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpNodeLSNlriVer4.setNodeLSIdentifier(BgpNodeLSIdentifier localNodeDescriptors)
Set the node LS identifier.
|
| Constructor and Description |
|---|
BgpNodeLSNlriVer4(long identifier,
byte protocolId,
BgpNodeLSIdentifier localNodeDescriptors,
boolean isVpn,
RouteDistinguisher routeDistinguisher)
Constructors to initialize its parameters.
|
Copyright © 2016. All rights reserved.