| Modifier and Type | Method and Description |
|---|---|
static BgpId |
BgpId.bgpId(org.onlab.packet.IpAddress ipAddress)
Create a BGPId from ip address.
|
static BgpId |
BgpId.bgpId(URI uri)
Returns BGPId created from the given device URI.
|
BgpId |
BgpSessionInfo.remoteBgpId()
Gets the BGP ID of BGP peer.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BgpId,BgpPeer> |
BgpController.connectedPeers()
Return BGP connected peers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BgpPeerManager.addConnectedPeer(BgpId bgpId,
BgpPeer bgpPeer)
Add connected peer.
|
BgpPeer |
BgpPeerManager.getPeer(BgpId bgpId)
Gets connected peer.
|
BgpPeer |
BgpController.getPeer(BgpId bgpId)
Returns the actual bgp peer for the given ip address.
|
boolean |
BgpPeerManager.isPeerConnected(BgpId bgpId)
Validate wheather peer is connected.
|
void |
BgpController.processBgpPacket(BgpId bgpId,
org.onosproject.bgpio.protocol.BgpMessage msg)
Process a message and notify the appropriate listeners.
|
void |
BgpPeerManager.removeConnectedPeer(BgpId bgpId)
Remove connected peer.
|
static URI |
BgpId.uri(BgpId bgpId)
Produces device URI from the given DPID.
|
void |
BgpController.writeMsg(BgpId bgpId,
org.onosproject.bgpio.protocol.BgpMessage msg)
Send a message to a particular bgp peer.
|
Copyright © 2016. All rights reserved.