Package | Description |
---|---|
org.opendaylight.netvirt.vpnmanager.populator.impl | |
org.opendaylight.netvirt.vpnmanager.populator.input | |
org.opendaylight.netvirt.vpnmanager.populator.intfc |
Modifier and Type | Method and Description |
---|---|
void |
L3vpnPopulator.addSubnetRouteFibEntry(L3vpnInput input) |
Adjacency |
L3vpnOverMplsGrePopulator.createOperationalAdjacency(L3vpnInput input) |
Adjacency |
L3vpnPopulator.createOperationalAdjacency(L3vpnInput input) |
Adjacency |
L3vpnOverVxlanPopulator.createOperationalAdjacency(L3vpnInput input) |
void |
L3vpnOverMplsGrePopulator.populateFib(L3vpnInput input,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeConfigTxn) |
void |
L3vpnPopulator.populateFib(L3vpnInput input,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeCfgTxn) |
void |
L3vpnOverVxlanPopulator.populateFib(L3vpnInput input,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeConfigTxn) |
Modifier and Type | Method and Description |
---|---|
L3vpnInput |
L3vpnInput.setDpnId(BigInteger dpnId) |
L3vpnInput |
L3vpnInput.setElanTag(Long elanTag) |
L3vpnInput |
L3vpnInput.setEncapType(VrfEntryBase.EncapType encapType) |
L3vpnInput |
L3vpnInput.setGatewayMac(String gatewayMac) |
L3vpnInput |
L3vpnInput.setInterfaceName(String interfaceName) |
L3vpnInput |
L3vpnInput.setL3vni(Long l3vni) |
L3vpnInput |
L3vpnInput.setLabel(Long label) |
L3vpnInput |
L3vpnInput.setNetworkName(String networkName) |
L3vpnInput |
L3vpnInput.setNextHop(Adjacency nextHop) |
L3vpnInput |
L3vpnInput.setNextHopIp(String nextHopIp) |
L3vpnInput |
L3vpnInput.setPrimaryRd(String primaryRd) |
L3vpnInput |
L3vpnInput.setRd(String rd) |
L3vpnInput |
L3vpnInput.setRouteOrigin(RouteOrigin routeOrigin) |
L3vpnInput |
L3vpnInput.setSubnetGatewayMacAddress(String subnetGatewayMacAddress) |
L3vpnInput |
L3vpnInput.setSubnetIp(String subnetIp) |
L3vpnInput |
L3vpnInput.setVpnName(String vpnName) |
Modifier and Type | Method and Description |
---|---|
Adjacency |
VpnPopulator.createOperationalAdjacency(L3vpnInput input) |
void |
VpnPopulator.populateFib(L3vpnInput input,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction writeCfgTxn) |
Copyright © 2019 OpenDaylight. All rights reserved.