[Bug 233535] Fix refcount leak in IPv6 MLD code leading to loss of IPv6 connectivity
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 9 14:46:11 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535
Hans Petter Selasky <hselasky at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #200199|0 |1
is obsolete| |
Attachment #200753|0 |1
is obsolete| |
--- Comment #27 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Created attachment 200956
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200956&action=edit
Fix MLD refcounting in IPv6 code.
Hi,
Please test this patch while watching:
vmstat -m | grep multi
Thank you!
--HPS
Simple leak provoking script:
#!/bin/sh
while true; do
ifconfig mce0 inet6 fe80::15
sleep 1
vmstat -m | grep multi
done
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list