aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/lawful-intercept/lawful_intercept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/lawful-intercept/lawful_intercept.h')
-rw-r--r--src/vnet/lawful-intercept/lawful_intercept.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/lawful-intercept/lawful_intercept.h b/src/vnet/lawful-intercept/lawful_intercept.h
index e39fa0d0752..ba74204fb9e 100644
--- a/src/vnet/lawful-intercept/lawful_intercept.h
+++ b/src/vnet/lawful-intercept/lawful_intercept.h
@@ -36,12 +36,10 @@ typedef struct
extern li_main_t li_main;
-/* *INDENT-OFF* */
typedef CLIB_PACKED(struct {
ip4_header_t ip4;
udp_header_t udp;
}) ip4_udp_header_t;
-/* *INDENT-ON* */
extern vlib_node_registration_t li_hit_node;