diff options
author | Marco Platania <platania@research.att.com> | 2017-08-15 16:58:44 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-15 16:58:44 -0400 |
commit | 5008a779ccb979e1b7aa9ffa6238272f3471702b (patch) | |
tree | 5ad98a065846345ca2bd2d49fbdd6b02cfff774b /vnfs/vLB/scripts/v_dns_install.sh | |
parent | 6eb5e72e6cf45445615586a09815fb00ed02c294 (diff) |
Fix ARP issues in vLB and vPKTGEN
- Retrieve vLB and vPKTGEN's MAC address in Heat template
- Assign those MAC addresses to VPP tap interfaces
Change-Id: Ib4e5d4981031328ca8dc54bd7e5b0031c7f41846
Issue-ID: UCA-34
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB/scripts/v_dns_install.sh')
-rw-r--r-- | vnfs/vLB/scripts/v_dns_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vnfs/vLB/scripts/v_dns_install.sh b/vnfs/vLB/scripts/v_dns_install.sh index 19dc047e..84d7a017 100644 --- a/vnfs/vLB/scripts/v_dns_install.sh +++ b/vnfs/vLB/scripts/v_dns_install.sh @@ -42,9 +42,6 @@ then echo " address $IP" >> /etc/network/interfaces echo " netmask $NETMASK" >> /etc/network/interfaces echo " mtu $MTU" >> /etc/network/interfaces - - ifup eth1 - ifup eth2 fi # Download required dependencies @@ -54,7 +51,6 @@ apt-get install -y wget openjdk-8-jdk bind9 bind9utils bind9-doc apt-transport-h sleep 1 # Download vDNS demo code for DNS Server -mkdir /opt/config mkdir /opt/FDclient cd /opt |