From 8563cb389a7e8d6d4e042e146c0d94b8af98ca7a Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 10 Oct 2019 17:03:57 +0000 Subject: ip: reassembly: trace ip headers over worker handoffs This change adds tracing of IP headers when doing a handoff between worker threads. This eases debugging. Type: feature Change-Id: I2195b070a364cba13a658ec1cee5154fc4c3a8b0 Signed-off-by: Klement Sekera --- src/vnet/ip/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ip/format.h') diff --git a/src/vnet/ip/format.h b/src/vnet/ip/format.h index 7b1740dad04..952455c975a 100644 --- a/src/vnet/ip/format.h +++ b/src/vnet/ip/format.h @@ -95,6 +95,7 @@ format_function_t format_ip6_address_and_length; format_function_t format_ip6_address_and_mask; unformat_function_t unformat_ip6_header; format_function_t format_ip6_header; +format_function_t format_ip6_frag_hdr; unformat_function_t unformat_pg_ip6_header; /* Format a TCP/UDP headers. */ -- cgit 1.2.3-korg