aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml')
-rw-r--r--platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml b/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
index 4525ffa8..7f35d4e7 100644
--- a/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
+++ b/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
@@ -61,7 +61,7 @@
<set>
<parameter name="tmp.subnetUpdate" value="1" />
</set></outcome></switch><switch test="`$preload-data.network-topology-information.subnets[$n].gateway-address`"><outcome value=''><block>
-<execute plugin="org.openecomp.sdnc.sli.plugin.ipAddressTools.IpAddressTool" method="getGatewayAddress">
+<execute plugin="org.onap.ccsdk.sli.plugins.ipaddresstools.IpAddressTool" method="getGatewayAddress">
<parameter name="ipAddress" value="`$preload-data.network-topology-information.subnets[$n].start-address`" />
<parameter name="ipVersion" value="`$preload-data.network-topology-information.subnets[$n].ip-version`" />
<parameter name="subnet" value="`$preload-data.network-topology-information.subnets[$n].cidr-mask`" />
@@ -196,7 +196,7 @@
</set></outcome></switch><set>
<parameter name='tmp.gateway-address' value='`$preload-data.network-topology-information.subnets[$i].gateway-address`' />
</set><switch test="`$preload-data.network-topology-information.subnets[$i].gateway-address`"><outcome value=''><block>
-<execute plugin="org.openecomp.sdnc.sli.plugin.ipAddressTools.IpAddressTool" method="getGatewayAddress">
+<execute plugin="org.onap.ccsdk.sli.plugins.ipaddresstools.IpAddressTool" method="getGatewayAddress">
<parameter name="ipAddress" value="`$preload-data.network-topology-information.subnets[$i].start-address`" />
<parameter name="ipVersion" value="`$preload-data.network-topology-information.subnets[$i].ip-version`" />
<parameter name="subnet" value="`$preload-data.network-topology-information.subnets[$i].cidr-mask`" />