public static interface BgpUpdater.Iface
| Modifier and Type | Method and Description |
|---|---|
void |
onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode) |
void |
onStartConfigResyncNotification() |
void |
onUpdatePushRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
long ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
String routermac,
af_afi afi) |
void |
onUpdateWithdrawRoute(protocol_type p_type,
String rd,
String prefix,
int prefixlen,
String nexthop,
long ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
af_afi afi) |
void |
peerDown(String ipAddress,
long asNumber) |
void |
peerUp(String ipAddress,
long asNumber) |
void onUpdatePushRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, long ethtag, String esi, String macaddress, int l3label, int l2label, String routermac, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid onUpdateWithdrawRoute(protocol_type p_type, String rd, String prefix, int prefixlen, String nexthop, long ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid onStartConfigResyncNotification()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid onNotificationSendEvent(String prefix, byte errCode, byte errSubcode) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid peerDown(String ipAddress, long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid peerUp(String ipAddress, long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2019 OpenDaylight. All rights reserved.