aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/flow/ipfix_info_elements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/flow/ipfix_info_elements.h')
-rw-r--r--src/vnet/flow/ipfix_info_elements.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/vnet/flow/ipfix_info_elements.h b/src/vnet/flow/ipfix_info_elements.h
index 1403db4393b..ee6f53804bf 100644
--- a/src/vnet/flow/ipfix_info_elements.h
+++ b/src/vnet/flow/ipfix_info_elements.h
@@ -421,10 +421,19 @@ _(pseudoWireDestinationIPv4Address, 432, ip4_address_t) \
_(ignoredLayer2FrameTotalCount, 433, u64) \
_(natQuotaExceededEvent, 466, u32)
-typedef enum {
+typedef enum
+{
#define _(n,v,t) n = v,
foreach_ipfix_info_element_t
#undef _
} ipfix_info_element_id_t;
#endif /* __included_ipfix_info_elements_h__ */
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */