summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip6_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ip/ip6_error.h')
-rw-r--r--vnet/vnet/ip/ip6_error.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/vnet/vnet/ip/ip6_error.h b/vnet/vnet/ip/ip6_error.h
index c28cda20f57..a2807169123 100644
--- a/vnet/vnet/ip/ip6_error.h
+++ b/vnet/vnet/ip/ip6_error.h
@@ -73,11 +73,20 @@
_ (INACL_TABLE_MISS, "input ACL table-miss drops") \
_ (INACL_SESSION_DENY, "input ACL session deny drops")
-typedef enum {
+typedef enum
+{
#define _(sym,str) IP6_ERROR_##sym,
foreach_ip6_error
#undef _
- IP6_N_ERROR,
+ IP6_N_ERROR,
} ip6_error_t;
#endif /* included_ip_ip6_error_h */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */