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.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/vnet/vnet/ip/ip4_error.h b/vnet/vnet/ip/ip4_error.h
index 8d7fc53dffc..95d12ec22d5 100644
--- a/vnet/vnet/ip/ip4_error.h
+++ b/vnet/vnet/ip/ip4_error.h
@@ -76,11 +76,20 @@
_ (INACL_TABLE_MISS, "input ACL table-miss drops") \
_ (INACL_SESSION_DENY, "input ACL session deny drops")
-typedef enum {
+typedef enum
+{
#define _(sym,str) IP4_ERROR_##sym,
foreach_ip4_error
#undef _
- IP4_N_ERROR,
+ IP4_N_ERROR,
} ip4_error_t;
#endif /* included_ip_ip4_error_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */