From 72a7ded3762ef54867fc8b35ec8082c406c84005 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Mon, 16 May 2016 07:47:14 -0700 Subject: VPP-61 Patch1/2 - Remove NSH from VPP - Had issues with original patch and CSIT, breaking into -- Makefile and API changes -- Follow up patch removing NSH directory Change-Id: I6c2f49a74d59b97ce4ea43799cc6f01f5cb1d5a2 Signed-off-by: Keith Burns (alagalah) --- vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf (limited to 'vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf') diff --git a/vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf b/vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf deleted file mode 100644 index 45b0b7ef7c4..00000000000 --- a/vnet/etc/scripts/rightpeer/rightpeer-vxnsh.conf +++ /dev/null @@ -1,18 +0,0 @@ -comment { vpe_phase1d configuration } - -comment { local client facing interface } -comment { configure lc4 eth1 at e.g. 6.0.4.4/24 } - -set int ip address GigabitEthernet2/4/0 6.0.4.1/24 -set int state GigabitEthernet2/4/0 up - -comment { tunnel to leftpeer } -set int ip address GigabitEthernet2/3/0 6.0.3.3/24 -set int state GigabitEthernet2/3/0 up - -nsh vxlan tunnel src 6.0.3.3 dst 6.0.3.1 c1 1 c2 2 c3 3 c4 4 vni 33 spi 3311 si 0 next-ip4 -set int ip address nsh_vxlan_gpe_tunnel0 6.0.2.3/24 -set int state nsh_vxlan_gpe_tunnel0 up - -nsh vxlan tunnel src 6.0.3.1 dst 6.0.3.3 c1 1 c2 2 c3 3 c4 4 vni 11 spi 1133 si 0 next-ip4 -set int state nsh_vxlan_gpe_tunnel1 up -- cgit 1.2.3-korg