aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_flood.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/l2/l2_flood.h')
-rw-r--r--vnet/vnet/l2/l2_flood.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/vnet/vnet/l2/l2_flood.h b/vnet/vnet/l2/l2_flood.h
index 3c9273d48d5..acd7c905aaf 100644
--- a/vnet/vnet/l2/l2_flood.h
+++ b/vnet/vnet/l2/l2_flood.h
@@ -23,6 +23,13 @@
void
l2flood_register_input_type (vlib_main_t * vm,
- ethernet_type_t type,
- u32 node_index);
+ ethernet_type_t type, u32 node_index);
#endif
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */