| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol.linkstate |
BGP Protocol specific link state details.
|
| Modifier and Type | Method and Description |
|---|---|
BgpPrefixLSIdentifier |
BgpPrefixIPv4LSNlriVer4.getPrefixIdentifier()
Returns Prefix Identifier.
|
static BgpPrefixLSIdentifier |
BgpPrefixLSIdentifier.parsePrefixIdendifier(org.jboss.netty.buffer.ChannelBuffer cb,
byte protocolId)
Reads the channel buffer and parses Prefix Identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpPrefixIPv4LSNlriVer4.setPrefixLSIdentifier(BgpPrefixLSIdentifier bgpPrefixLSIdentifier)
Set the prefix LS identifier.
|
| Constructor and Description |
|---|
BgpPrefixIPv4LSNlriVer4(long identifier,
byte protocolId,
BgpPrefixLSIdentifier bgpPrefixLSIdentifier,
RouteDistinguisher routeDistinguisher,
boolean isVpn)
Constructor to initialize parameters for BGP PrefixLSNlri.
|
Copyright © 2016. All rights reserved.