public interface BgpNodeListener
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(BgpNodeLSNlriVer4 nodeNlri,
PathAttrNlriDetails details)
Notifies that the node was added.
|
void |
deleteNode(BgpNodeLSNlriVer4 nodeNlri)
Notifies that the node was removed.
|
void addNode(BgpNodeLSNlriVer4 nodeNlri, PathAttrNlriDetails details)
nodeNlri - node reachability infodetails - attributes and nlri detailsvoid deleteNode(BgpNodeLSNlriVer4 nodeNlri)
nodeNlri - node reachability info