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_lb_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_lb_install.sh')
-rw-r--r-- | vnfs/vLB/scripts/v_lb_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vnfs/vLB/scripts/v_lb_install.sh b/vnfs/vLB/scripts/v_lb_install.sh index 9d4a0c9e..6c093c08 100644 --- a/vnfs/vLB/scripts/v_lb_install.sh +++ b/vnfs/vLB/scripts/v_lb_install.sh @@ -51,10 +51,6 @@ then echo " address $IP" >> /etc/network/interfaces echo " netmask $NETMASK" >> /etc/network/interfaces echo " mtu $MTU" >> /etc/network/interfaces - - ifup eth1 - ifup eth2 - ifup eth3 fi # Download required dependencies |