Interface IVpnFootprintService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateVpnToDpnMapping​(org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.String vpnName, java.lang.String primaryRd, @Nullable java.lang.String interfaceName, org.apache.commons.lang3.tuple.ImmutablePair<IpAddresses.IpAddressSource,​java.lang.String> ipAddressSourceValuePair, boolean add)
      Updates the footprint that a VPN has on a given DPN by adding/removing the specified interface.
    • Method Detail

      • updateVpnToDpnMapping

        void updateVpnToDpnMapping​(org.opendaylight.yangtools.yang.common.Uint64 dpId,
                                   java.lang.String vpnName,
                                   java.lang.String primaryRd,
                                   @Nullable java.lang.String interfaceName,
                                   org.apache.commons.lang3.tuple.ImmutablePair<IpAddresses.IpAddressSource,​java.lang.String> ipAddressSourceValuePair,
                                   boolean add)
        Updates the footprint that a VPN has on a given DPN by adding/removing the specified interface.
        Parameters:
        dpId - DPN where the VPN interface belongs to
        vpnName - Name of the VPN whose footprint is being modified
        interfaceName - Name of the VPN interface to be added/removed to/from the specified DPN
        add - true for addition, false for removal