public class BgpThriftService.BgpUpdateServer extends Object implements Runnable, BgpUpdater.Iface
Modifier and Type | Method and Description |
---|---|
void |
onNotificationSendEvent(String prefix,
byte errCode,
byte errSubcode) |
void |
onStartConfigResyncNotification() |
void |
onUpdatePushRoute(protocol_type protocolType,
String rd,
String prefix,
int plen,
String nexthop,
long ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
String routermac,
af_afi afi) |
void |
onUpdateWithdrawRoute(protocol_type protocolType,
String rd,
String prefix,
int plen,
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 |
run() |
public void onUpdatePushRoute(protocol_type protocolType, String rd, String prefix, int plen, String nexthop, long ethtag, String esi, String macaddress, int l3label, int l2label, String routermac, af_afi afi)
onUpdatePushRoute
in interface BgpUpdater.Iface
public void onUpdateWithdrawRoute(protocol_type protocolType, String rd, String prefix, int plen, String nexthop, long ethtag, String esi, String macaddress, int l3label, int l2label, af_afi afi)
onUpdateWithdrawRoute
in interface BgpUpdater.Iface
public void peerDown(String ipAddress, long asNumber)
peerDown
in interface BgpUpdater.Iface
public void peerUp(String ipAddress, long asNumber)
peerUp
in interface BgpUpdater.Iface
public void onStartConfigResyncNotification()
onStartConfigResyncNotification
in interface BgpUpdater.Iface
public void onNotificationSendEvent(String prefix, byte errCode, byte errSubcode)
onNotificationSendEvent
in interface BgpUpdater.Iface
Copyright © 2019 OpenDaylight. All rights reserved.