diff options
author | Florin Coras <fcoras@cisco.com> | 2020-01-27 19:21:28 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-01-28 16:28:32 +0000 |
commit | fb15c0c0cf6db49ed7e16551bd90d785dc5fc650 (patch) | |
tree | 2de9493844a6f6d38c95ac305664c534c339db41 /src/vnet/tcp/tcp.h | |
parent | 7d3c2b738ea5598d1a4e11561f6b3e74e09f5b0f (diff) |
session tcp: fix packet tracing
Type: fix
Ticket: VPP-1830
Change-Id: Ib823d016c64998779fb1d00b8aad3acb5e8340be
Signed-off-by: Florin Coras <fcoras@cisco.com>
(cherry picked from commit 30928f87a3c9d98e288d1364d50c032e052e69ab)
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 52cc308871b..896a69b8336 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -761,6 +761,7 @@ int tcp_configure_v6_source_address_range (vlib_main_t * vm, ip6_address_t * end, u32 table_id); void tcp_api_reference (void); u8 *format_tcp_connection (u8 * s, va_list * args); +u8 *format_tcp_connection_id (u8 * s, va_list * args); always_inline tcp_connection_t * tcp_listener_get (u32 tli) |