aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/vxlan-gpe/vxlan_gpe.h
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-05-16 09:53:13 -0700
committerKeith Burns (alagalah) <alagalah@gmail.com>2016-05-16 11:54:01 -0700
commite7a40e86b1f7f2325ebcff1d2506ef6a81536955 (patch)
treeb306807e6b64736bfafa440ed6b1b6d40328ed11 /vnet/vnet/vxlan-gpe/vxlan_gpe.h
parent72a7ded3762ef54867fc8b35ec8082c406c84005 (diff)
VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC
Change-Id: I76359b621b2edc599cf2e9ee845d97293a5d46f7 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'vnet/vnet/vxlan-gpe/vxlan_gpe.h')
-rw-r--r--vnet/vnet/vxlan-gpe/vxlan_gpe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnet/vnet/vxlan-gpe/vxlan_gpe.h b/vnet/vnet/vxlan-gpe/vxlan_gpe.h
index 4c2ac444e34..a51e0b31e3e 100644
--- a/vnet/vnet/vxlan-gpe/vxlan_gpe.h
+++ b/vnet/vnet/vxlan-gpe/vxlan_gpe.h
@@ -76,8 +76,7 @@ typedef struct {
_(DROP, "error-drop") \
_(IP4_INPUT, "ip4-input") \
_(IP6_INPUT, "ip6-input") \
-_(ETHERNET_INPUT, "ethernet-input") \
-_(NSH_INPUT, "nsh-input")
+_(ETHERNET_INPUT, "ethernet-input")
typedef enum {
#define _(s,n) VXLAN_GPE_INPUT_NEXT_##s,