From e7a40e86b1f7f2325ebcff1d2506ef6a81536955 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Mon, 16 May 2016 09:53:13 -0700 Subject: VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC Change-Id: I76359b621b2edc599cf2e9ee845d97293a5d46f7 Signed-off-by: Keith Burns (alagalah) --- vnet/Makefile.am | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'vnet/Makefile.am') diff --git a/vnet/Makefile.am b/vnet/Makefile.am index dddcdbfe..84ee79e9 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -398,30 +398,6 @@ nobase_include_HEADERS += \ vnet/mpls-gre/error.def -######################################## -# NSH Map: nsh -######################################## - libvnet_la_SOURCES += \ - vnet/nsh/nsh.c - - nobase_include_HEADERS += \ - vnet/nsh/nsh_packet.h \ - vnet/nsh/nsh.h \ - vnet/nsh/nsh_error.def - - -######################################## -# Tunnel protocol: nsh-gre -######################################## - -# libvnet_la_SOURCES += \ -# vnet/nsh-gre/nsh_gre.c \ -# vnet/nsh-gre/encap.c \ -# vnet/nsh-gre/decap.c - -# nobase_include_HEADERS += \ -# vnet/nsh-gre/nsh_gre.h - ######################################## # Tunnel protocol: vxlan-gpe ######################################## -- cgit 1.2.3-korg