| Modifier and Type | Method and Description |
|---|---|
BgpSessionInfo |
BgpPeer.sessionInfo()
Return the BGP session info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpLocalRib.add(BgpSessionInfo sessionInfo,
org.onosproject.bgpio.protocol.BgpLSNlri nlri,
org.onosproject.bgpio.protocol.linkstate.PathAttrNlriDetails details)
Add NLRI to local RIB.
|
void |
BgpLocalRib.add(BgpSessionInfo sessionInfo,
org.onosproject.bgpio.protocol.BgpLSNlri nlri,
org.onosproject.bgpio.protocol.linkstate.PathAttrNlriDetails details,
org.onosproject.bgpio.types.RouteDistinguisher routeDistinguisher)
Update NLRI identifier mapped with route distinguisher if it exists in tree otherwise add NLRI infomation mapped
to respective route distinguisher.
|
Copyright © 2015. All rights reserved.