summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/format.h
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2019-10-10 17:03:57 +0000
committerOle Trøan <otroan@employees.org>2019-10-11 11:38:40 +0000
commit8563cb389a7e8d6d4e042e146c0d94b8af98ca7a (patch)
tree0cd1e4da6816a452c7eaed44e7f913a3ecefc255 /src/vnet/ip/format.h
parent68bae5b293d6066afc1e74677d716d79fb7e6995 (diff)
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 <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/ip/format.h')
-rw-r--r--src/vnet/ip/format.h1
1 files changed, 1 insertions, 0 deletions
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. */