aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ipsec')
-rw-r--r--src/vnet/ipsec/ipsec_punt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vnet/ipsec/ipsec_punt.h b/src/vnet/ipsec/ipsec_punt.h
index 19943273154..4400ec9b4d2 100644
--- a/src/vnet/ipsec/ipsec_punt.h
+++ b/src/vnet/ipsec/ipsec_punt.h
@@ -18,11 +18,11 @@
#include <vlib/vlib.h>
#define foreach_ipsec_punt_reason \
- _(IP4_SPI_0, "ip4-spi-0") \
- _(IP6_SPI_0, "ip6-spi-0") \
- _(IP4_SPI_UDP_0, "ip4-spi-o-udp-0") \
- _(IP4_NO_SUCH_TUNNEL, "ip4-no-such-tunnel") \
- _(IP6_NO_SUCH_TUNNEL, "ip6-no-such-tunnel")
+ _(IP4_SPI_0, "ipsec4-spi-0") \
+ _(IP6_SPI_0, "ipsec6-spi-0") \
+ _(IP4_SPI_UDP_0, "ipsec4-spi-o-udp-0") \
+ _(IP4_NO_SUCH_TUNNEL, "ipsec4-no-such-tunnel") \
+ _(IP6_NO_SUCH_TUNNEL, "ipsec6-no-such-tunnel")
typedef enum ipsec_punt_reason_t_
{