aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ipsec_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ipsec/ipsec_io.h')
-rw-r--r--src/vnet/ipsec/ipsec_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipsec/ipsec_io.h b/src/vnet/ipsec/ipsec_io.h
index f156b48360f..32668a0474f 100644
--- a/src/vnet/ipsec/ipsec_io.h
+++ b/src/vnet/ipsec/ipsec_io.h
@@ -27,6 +27,7 @@ typedef enum
} ipsec_output_next_t;
#define foreach_ipsec_input_next \
+ _ (PUNT, "punt-dispatch") \
_ (DROP, "error-drop")
#define _(v, s) IPSEC_INPUT_NEXT_##v,