Skip to content
Snippets Groups Projects
Commit 6eff578b authored by Srivahni's avatar Srivahni
Browse files

Added vxlan tunnel creation


Added vxlan tunnel creation to vGW install script

Change-Id: Ie43bbdc66a3ff607f8dd6c203910d45c6052c954
Issue-ID: INT-63
Signed-off-by: default avatarSrivahni <srivahni.chivukula@intel.com>
parent fb4d18d9
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,8 @@ 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 vxlan_tunnel0 10 1
set interface l2 bridge tap-0 10 0
set bridge-domain arp term 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment