public interface BgpLinkListener
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(BgpLinkLsNlriVer4 linkNlri,
PathAttrNlriDetails details)
Notify that got a packet of link from network and adds link.
|
void |
deleteLink(BgpLinkLsNlriVer4 linkNlri)
Notify that got a packet of link from network and remove link.
|
void addLink(BgpLinkLsNlriVer4 linkNlri, PathAttrNlriDetails details) throws BgpParseException
linkNlri - BGP link NLRIdetails - path attributes and NLRI informationBgpParseException - BGP parse exceptionvoid deleteLink(BgpLinkLsNlriVer4 linkNlri) throws BgpParseException
linkNlri - BGP link NLRIBgpParseException - BGP parse exception