diff options
author | Marco Platania <platania@research.att.com> | 2017-09-25 14:19:00 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-25 14:19:00 -0400 |
commit | 1aa9cf752e6a9a19ace912f3c1fed3482229c061 (patch) | |
tree | 3e1aaaa661fc96b6e00581dd7561d3970748f60a /vnfs/vLB/scripts/remove_dns.sh | |
parent | c0a3cbc17f84ed62da0ed59baf6ba9477e4c50f2 (diff) |
Upgrade vFW and vLB to VES 5.x
Change-Id: I5a9904d34dd1fbca2ab62b2f909b693553b2b61c
Issue-ID: INT-228
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB/scripts/remove_dns.sh')
-rw-r--r-- | vnfs/vLB/scripts/remove_dns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]] |