public class L3vpnOverVxlanPopulator extends L3vpnPopulator
bgpManager, broker, fibManager, vpnInterfaceManager
Constructor and Description |
---|
L3vpnOverVxlanPopulator(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
VpnInterfaceManager vpnInterfaceManager,
IBgpManager bgpManager,
IFibManager fibManager) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Adjacency |
createOperationalAdjacency(L3vpnInput input) |
void |
init() |
void |
populateFib(L3vpnInput input,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeConfigTxn,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeOperTxn) |
addPrefixToBGP, addSubnetRouteFibEntry
public L3vpnOverVxlanPopulator(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, VpnInterfaceManager vpnInterfaceManager, IBgpManager bgpManager, IFibManager fibManager)
public void init()
public void close()
public void populateFib(L3vpnInput input, org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeConfigTxn, org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeOperTxn)
populateFib
in interface VpnPopulator
populateFib
in class L3vpnPopulator
public Adjacency createOperationalAdjacency(L3vpnInput input)
createOperationalAdjacency
in interface VpnPopulator
createOperationalAdjacency
in class L3vpnPopulator
Copyright © 2018 OpenDaylight. All rights reserved.