aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vxlan/encap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vxlan/encap.c')
-rw-r--r--src/plugins/vxlan/encap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/vxlan/encap.c b/src/plugins/vxlan/encap.c
index e4103ec0083..98464d809ba 100644
--- a/src/plugins/vxlan/encap.c
+++ b/src/plugins/vxlan/encap.c
@@ -503,7 +503,6 @@ VLIB_NODE_FN (vxlan6_encap_node) (vlib_main_t * vm,
return vxlan_encap_inline (vm, node, from_frame, /* is_ip4 */ 0);
}
-/* *INDENT-OFF* */
VLIB_REGISTER_NODE (vxlan4_encap_node) = {
.name = "vxlan4-encap",
.vector_size = sizeof (u32),
@@ -529,7 +528,6 @@ VLIB_REGISTER_NODE (vxlan6_encap_node) = {
[VXLAN_ENCAP_NEXT_DROP] = "error-drop",
},
};
-/* *INDENT-ON* */
/*
* fd.io coding-style-patch-verification: ON