Date: Sat, 25 Nov 2017 08:29:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 223817] mbuf leaking with tcpmd5 Message-ID: <bug-223817-2472-gZqxVOCqn3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223817-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-223817-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223817 --- Comment #5 from Andrey V. Elsukov <ae@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223817-2472-gZqxVOCqn3>