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.TException
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) throws org.apache.thrift.TException
org.apache.thrift.TException
void onStartConfigResyncNotification() throws org.apache.thrift.TException
org.apache.thrift.TException
void onNotificationSendEvent(String prefix, byte errCode, byte errSubcode) throws org.apache.thrift.TException
org.apache.thrift.TException
void peerDown(String ipAddress, long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TException
void peerUp(String ipAddress, long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2019 OpenDaylight. All rights reserved.