Date: Wed, 16 Jan 2019 19:41:56 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233535] Fix refcount leak in IPv6 MLD code leading to loss of IPv6 connectivity Message-ID: <bug-233535-7501-TAPmXV6Et8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233535-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-233535-7501@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=3D233535 --- Comment #37 from Hans Petter Selasky <hselasky@FreeBSD.org> --- ae@ :=20 I'm able to reproduce using "xorp" from ports and the following configurati= on file on a test hosts, which basically should disable MLDv2: # cat /usr/local/etc/xorp.conf interfaces { interface re0 { vif re0 { address 10.10.10.10 { prefix-length: 24 } address fc00::1 { prefix-length: 64 } } }=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 } protocols { mld { disable: false interface re0 { vif re0 { disable: false version: 1 } } } } --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233535-7501-TAPmXV6Et8>