Removed tunnel creation from vGW install script 99/23199/1
authorSrivahni <srivahni.chivukula@intel.com>
Sat, 11 Nov 2017 01:49:15 +0000 (17:49 -0800)
committerSrivahni <srivahni.chivukula@intel.com>
Sat, 11 Nov 2017 01:51:10 +0000 (17:51 -0800)
Removed vG-vGMUX vxlan tunnel creation from vGW install
script to create the tunnel via Directed Graph.

Change-Id: I3d4aa143d299d54bcf638a946fcee70dad24ac15
Issue-ID: INT-63
Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
vnfs/vCPE/scripts/v_gw_install.sh

index 4b4a768..043fba5 100644 (file)
@@ -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\ 2 source
+    # Download and install HC2VPP from source
     cd /opt
     git clone ${HC2VPP_SOURCE_REPO_URL} -b ${HC2VPP_SOURCE_REPO_BRANCH} hc2vpp