diff options
author | Florin Coras <fcoras@cisco.com> | 2017-02-22 23:38:08 -0800 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2017-02-25 18:36:51 -0800 |
commit | 263440e789d29e6e6b0038fcfd4e28e1c7160e83 (patch) | |
tree | ddcb71bf853b74881e33b4633063efc31c5ddd00 /src/vnet/lisp-gpe/lisp_gpe.h | |
parent | 5a72c1c151f843a962cc1247213c063233e8b119 (diff) |
Add NSH to GPE decap path
Change-Id: I97681322fa9ca81736100b4d32eab84868886c7b
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/lisp-gpe/lisp_gpe.h')
-rw-r--r-- | src/vnet/lisp-gpe/lisp_gpe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/lisp-gpe/lisp_gpe.h b/src/vnet/lisp-gpe/lisp_gpe.h index e92df38542c..c498b7c3d99 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, |