| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol |
BGP Protocol specific components.
|
| org.onosproject.bgpio.protocol.linkstate |
BGP Protocol specific link state details.
|
| org.onosproject.bgpio.types |
Implementation of Tlvs, Attributes and Descriptors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BgpLinkLsNlri
Abstraction of an entity providing BGP-LS Link NLRI.
|
interface |
BgpNodeLSNlri
Abstraction of an entity providing BGP-LS Node NLRI.
|
interface |
BgpPrefixLSNlri
Abstraction of an entity providing BGP-LS Prefix NLRI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BgpLinkLsNlriVer4
Implementation of Link LS NLRI.
|
class |
BgpNodeLSNlriVer4
Implementation of Node LS NLRI.
|
class |
BgpPrefixIPv4LSNlriVer4
Implementation of Prefix IPV4 LS NLRI.
|
| Modifier and Type | Method and Description |
|---|---|
List<BgpLSNlri> |
MpReachNlri.mpReachNlri()
Returns list of MpReach Nlri.
|
List<BgpLSNlri> |
MpUnReachNlri.mpUnReachNlri()
Returns list of MpUnReach Nlri.
|
| Constructor and Description |
|---|
MpReachNlri(List<BgpLSNlri> mpReachNlri,
short afi,
byte safi,
org.onlab.packet.Ip4Address ipNextHop,
int length)
Constructor to initialize parameters.
|
MpUnReachNlri(List<BgpLSNlri> mpUnReachNlri,
short afi,
byte safi,
int length)
Constructor to initialize parameters.
|
Copyright © 2016. All rights reserved.