X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fsrv6-mobile%2Fgtp4_dt.c;h=10cea640036dadb6dfec259e4ad17058037cab3c;hb=c3148b1be8f519c80c4417c21b978dfef72b351b;hp=c4752b77557a2516f59acc86139af6c1325d5ea7;hpb=e2ed59933153d665ee43add2de03a581627b73fa;p=vpp.git diff --git a/src/plugins/srv6-mobile/gtp4_dt.c b/src/plugins/srv6-mobile/gtp4_dt.c index c4752b77557..10cea640036 100644 --- a/src/plugins/srv6-mobile/gtp4_dt.c +++ b/src/plugins/srv6-mobile/gtp4_dt.c @@ -193,7 +193,6 @@ srv6_t_m_gtp4_dt_init (vlib_main_t * vm) return 0; } -/* *INDENT-OFF* */ VNET_FEATURE_INIT (srv6_t_m_gtp4_dt, static) = { .arc_name = "ip4-unicast", @@ -202,7 +201,6 @@ VNET_FEATURE_INIT (srv6_t_m_gtp4_dt, static) = }; VLIB_INIT_FUNCTION (srv6_t_m_gtp4_dt_init); -/* *INDENT-ON* */ /* * fd.io coding-style-patch-verification: ON