diff options
author | Marco Platania <platania@research.att.com> | 2017-11-16 13:40:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-16 13:40:39 +0000 |
commit | 71dfd926af22770be8daa0ac7fca1f5787e2b3e7 (patch) | |
tree | bf6ff161318682db7bcd04577bdd02ec48122e3c /vnfs | |
parent | 56626268fbe0e80a08c738097b6c31fb1bf84069 (diff) | |
parent | c05adbb8ddb67f49a3cc17b9ea7fc26fa0532d30 (diff) |
Merge "Removed tunnel creation from vGW install script"
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/vCPE/scripts/v_gw_install.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vnfs/vCPE/scripts/v_gw_install.sh b/vnfs/vCPE/scripts/v_gw_install.sh index 4b4a7686..043fba5d 100644 --- a/vnfs/vCPE/scripts/v_gw_install.sh +++ b/vnfs/vCPE/scripts/v_gw_install.sh @@ -219,10 +219,7 @@ set dhcp client intfc ${GW_PUB_NIC} hostname vg-1 tap connect lstack address 192.168.1.1/24 set int state tap-0 up -create vxlan tunnel src ${MUX_GW_IP} dst ${MUX_IP_ADDR} vni ${VG_VGMUX_TUNNEL_VNI} - set interface l2 bridge tap-0 10 0 -set interface l2 bridge vxlan_tunnel0 10 1 set bridge-domain arp term 10 loopback create @@ -239,7 +236,7 @@ fi # endif BUILD_STATE != "build" if [[ $BUILD_STATE != "done" ]] then - # Download and install HC2VPP from source + # Download and install HC2VPP from source cd /opt git clone ${HC2VPP_SOURCE_REPO_URL} -b ${HC2VPP_SOURCE_REPO_BRANCH} hc2vpp |