diff options
author | Florin Coras <fcoras@cisco.com> | 2020-01-27 19:21:28 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-01-28 15:06:47 +0000 |
commit | 30928f87a3c9d98e288d1364d50c032e052e69ab (patch) | |
tree | b8c6a882b4a696a9f68bfbdcc7e51704ec03cffd /src/vnet/tcp/tcp.h | |
parent | dda2dbedab8d7fda3b90f9340a20eafdc865b04b (diff) |
session tcp: fix packet tracing
Type: fix
Change-Id: Ib823d016c64998779fb1d00b8aad3acb5e8340be
Signed-off-by: Florin Coras <fcoras@cisco.com>
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) |