VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC
[vpp.git] / vnet / vnet / gre / node.c
index 5809c5d..a91f7e9 100644 (file)
@@ -24,8 +24,7 @@
 _(PUNT, "error-punt")                           \
 _(DROP, "error-drop")                           \
 _(IP4_INPUT, "ip4-input")                       \
-_(IP6_INPUT, "ip6-input")                      \
-_(NSH_INPUT, "nsh-input")
+_(IP6_INPUT, "ip6-input")                      
 
 typedef enum {
 #define _(s,n) GRE_INPUT_NEXT_##s,