[Bug 223817] mbuf leaking with tcpmd5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 25 08:29:42 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223817

--- Comment #5 from Andrey V. Elsukov <ae at FreeBSD.org> ---
Can you try to see what will show the following dtrace script?

# kldload dtraceall
# dtrace -n 'fbt::tcp_ipsec_output:return {printf("%d", arg1);}'

Also, it seems your MD5-signed connections doesn't work. Probably you need to
check that SAs for both directions are created.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list