public interface BgpNodeListener
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(org.onosproject.bgpio.protocol.linkstate.BgpNodeLSNlriVer4 nodeNlri,
org.onosproject.bgpio.protocol.linkstate.PathAttrNlriDetails details)
Notifies that the node was added.
|
void |
deleteNode(org.onosproject.bgpio.protocol.linkstate.BgpNodeLSNlriVer4 nodeNlri)
Notifies that the node was removed.
|
void addNode(org.onosproject.bgpio.protocol.linkstate.BgpNodeLSNlriVer4 nodeNlri,
org.onosproject.bgpio.protocol.linkstate.PathAttrNlriDetails details)
nodeNlri - node reachability infodetails - attributes and nlri detailsvoid deleteNode(org.onosproject.bgpio.protocol.linkstate.BgpNodeLSNlriVer4 nodeNlri)
nodeNlri - node reachability infoCopyright © 2016. All rights reserved.