From 263440e789d29e6e6b0038fcfd4e28e1c7160e83 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 22 Feb 2017 23:38:08 -0800 Subject: Add NSH to GPE decap path Change-Id: I97681322fa9ca81736100b4d32eab84868886c7b Signed-off-by: Florin Coras --- src/vnet/lisp-gpe/lisp_gpe.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/lisp-gpe/lisp_gpe.h') diff --git a/src/vnet/lisp-gpe/lisp_gpe.h b/src/vnet/lisp-gpe/lisp_gpe.h index e92df385..c498b7c3 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.h +++ b/src/vnet/lisp-gpe/lisp_gpe.h @@ -65,6 +65,9 @@ typedef enum LISP_GPE_INPUT_N_NEXT, } lisp_gpe_input_next_t; +/* Arc to nsh-input added only if nsh-input exists */ +#define LISP_GPE_INPUT_NEXT_NSH_INPUT 4 + typedef enum { #define lisp_gpe_error(n,s) LISP_GPE_ERROR_##n, -- cgit 1.2.3-korg