| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol.linkstate |
BGP Protocol specific link state details.
|
| Modifier and Type | Method and Description |
|---|---|
BgpLinkLSIdentifier |
BgpLinkLsNlriVer4.getLinkIdentifier()
Returns link identifier.
|
static BgpLinkLSIdentifier |
BgpLinkLSIdentifier.parseLinkIdendifier(org.jboss.netty.buffer.ChannelBuffer cb,
byte protocolId)
Reads channel buffer and parses link identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpLinkLsNlriVer4.setLinkLSIdentifier(BgpLinkLSIdentifier linkLSIdentifier)
Set the link LS identifier.
|
| Constructor and Description |
|---|
BgpLinkLsNlriVer4(byte protocolId,
long identifier,
BgpLinkLSIdentifier linkLSIdentifier,
RouteDistinguisher routeDistinguisher,
boolean isVpn)
Constructor to initialize parameters for BGP LinkLSNlri.
|
Copyright © 2016. All rights reserved.