public class BGPSynchronization extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<TablesKey,org.opendaylight.protocol.bgp.rib.impl.BGPSynchronization.SyncVariables> |
syncStorage |
| Constructor and Description |
|---|
BGPSynchronization(BGPSessionListener listener,
Set<TablesKey> types) |
| Modifier and Type | Method and Description |
|---|---|
void |
kaReceived()
This method is called, when the second KA message is received.
|
void |
updReceived(Update msg)
For each received Update message, the upd sync variable needs to be updated to true, for particular AFI/SAFI
combination.
|
public BGPSynchronization(BGPSessionListener listener, Set<TablesKey> types)
public void updReceived(Update msg)
msg - received Update messagepublic void kaReceived()
Copyright © 2019 OpenDaylight. All rights reserved.