summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip4_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ip/ip4_error.h')
-rw-r--r--vnet/vnet/ip/ip4_error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnet/vnet/ip/ip4_error.h b/vnet/vnet/ip/ip4_error.h
index b84b082b993..8d7fc53dffc 100644
--- a/vnet/vnet/ip/ip4_error.h
+++ b/vnet/vnet/ip/ip4_error.h
@@ -72,10 +72,10 @@
/* Spoofed packets in ip4-rewrite-local */ \
_(SPOOFED_LOCAL_PACKETS, "ip4 spoofed local-address packet drops") \
\
- /* Erros singalled by ip4-inacl */ \
+ /* Errors singalled by ip4-inacl */ \
_ (INACL_TABLE_MISS, "input ACL table-miss drops") \
_ (INACL_SESSION_DENY, "input ACL session deny drops")
-
+
typedef enum {
#define _(sym,str) IP4_ERROR_##sym,
foreach_ip4_error