From fdff1e6ed540f2a04792fb64e04b0c7862dc2b8c Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Wed, 4 May 2016 16:11:38 -0700 Subject: VPP-39 - refactoring of NSH into own folder - common header files and structs used in both GRE and VXLAN-GPE Change-Id: I06d0b773e936fb011408817237059f24a4beb412 Signed-off-by: Keith Burns (alagalah) --- vnet/Makefile.am | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'vnet/Makefile.am') diff --git a/vnet/Makefile.am b/vnet/Makefile.am index a69734d1..9393c1a8 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -396,6 +396,15 @@ nobase_include_HEADERS += \ vnet/mpls-gre/error.def +######################################## +# NSH Map: nsh +######################################## + +nobase_include_HEADERS += \ + vnet/nsh/nsh_packet.h \ + vnet/nsh/nsh_error.def + + ######################################## # Tunnel protocol: nsh-gre ######################################## @@ -406,9 +415,7 @@ libvnet_la_SOURCES += \ vnet/nsh-gre/decap.c nobase_include_HEADERS += \ - vnet/nsh-gre/nsh_gre.h \ - vnet/nsh-gre/nsh_gre_packet.h \ - vnet/nsh-gre/nsh_gre_error.def + vnet/nsh-gre/nsh_gre.h ######################################## # Tunnel protocol: nsh-vxlan-gpe -- cgit 1.2.3-korg