From 1aa9cf752e6a9a19ace912f3c1fed3482229c061 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 25 Sep 2017 14:19:00 -0400 Subject: Upgrade vFW and vLB to VES 5.x Change-Id: I5a9904d34dd1fbca2ab62b2f909b693553b2b61c Issue-ID: INT-228 Signed-off-by: Marco Platania --- vnfs/vLB/scripts/remove_dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfs/vLB/scripts/remove_dns.sh') diff --git a/vnfs/vLB/scripts/remove_dns.sh b/vnfs/vLB/scripts/remove_dns.sh index f400aa0f..33d43a6b 100644 --- a/vnfs/vLB/scripts/remove_dns.sh +++ b/vnfs/vLB/scripts/remove_dns.sh @@ -14,7 +14,7 @@ vppctl lb as $IP_TO_PKTGEN_NET"/32" $DNS_IPADDR del vppctl create gre tunnel src $IP_TO_DNS_NET dst $DNS_IPADDR del # Update the number of vDNSs currently active -FD="/opt/VES/code/evel_training/VESreporting/active_dns.txt" +FD="/opt/VES/evel/evel-library/code/VESreporting/active_dns.txt" CURR_DNS=$(cat $FD) let CURR_DNS=$CURR_DNS-1 if [[ $CURR_DNS -lt 0 ]] -- cgit 1.2.3-korg