X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fipsec_io.h;h=b17d3d7ecf0fd7c435c529ed9298bcdca28daab4;hb=e5d34919b;hp=c180a784eaa50f6721c652eac07dbd5030756174;hpb=c69ac31208059a8ed8b9ef6056b6aaf6e6629cb8;p=vpp.git diff --git a/src/vnet/ipsec/ipsec_io.h b/src/vnet/ipsec/ipsec_io.h index c180a784eaa..b17d3d7ecf0 100644 --- a/src/vnet/ipsec/ipsec_io.h +++ b/src/vnet/ipsec/ipsec_io.h @@ -15,8 +15,6 @@ #ifndef __IPSEC_IO_H__ #define __IPSEC_IO_H__ -#define IPSEC_FLAG_IPSEC_GRE_TUNNEL (1 << 0) - #define foreach_ipsec_output_next \ _ (DROP, "error-drop") @@ -29,11 +27,12 @@ typedef enum } ipsec_output_next_t; #define foreach_ipsec_input_next \ + _ (PUNT, "punt-dispatch") \ _ (DROP, "error-drop") -#define _(v, s) IPSEC_INPUT_NEXT_##v, typedef enum { +#define _(v, s) IPSEC_INPUT_NEXT_##v, foreach_ipsec_input_next #undef _ IPSEC_INPUT_N_NEXT,