summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/l2/l2_fwd.h')
-rw-r--r--vnet/vnet/l2/l2_fwd.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/vnet/vnet/l2/l2_fwd.h b/vnet/vnet/l2/l2_fwd.h
index f08717dfdf8..3968732dbc2 100644
--- a/vnet/vnet/l2/l2_fwd.h
+++ b/vnet/vnet/l2/l2_fwd.h
@@ -24,6 +24,13 @@
void
l2fwd_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:
+ */