public interface IVpnFootprintService
Modifier and Type | Method and Description |
---|---|
void |
updateVpnToDpnMapping(BigInteger dpId,
String vpnName,
String primaryRd,
String interfaceName,
org.apache.commons.lang3.tuple.ImmutablePair<IpAddresses.IpAddressSource,String> ipAddressSourceValuePair,
boolean add)
Updates the footprint that a VPN has on a given DPN by adding/removing
the specified interface.
|
void updateVpnToDpnMapping(BigInteger dpId, String vpnName, String primaryRd, String interfaceName, org.apache.commons.lang3.tuple.ImmutablePair<IpAddresses.IpAddressSource,String> ipAddressSourceValuePair, boolean add)
dpId
- DPN where the VPN interface belongs tovpnName
- Name of the VPN whose footprint is being modifiedinterfaceName
- Name of the VPN interface to be added/removed to/from the specified DPNadd
- true for addition, false for removalCopyright © 2019 OpenDaylight. All rights reserved.