[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 16 19:42:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535
--- Comment #37 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
ae@ :
I'm able to reproduce using "xorp" from ports and the following configuration
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
}
}
}
}
protocols {
mld {
disable: false
interface re0 {
vif re0 {
disable: false
version: 1
}
}
}
}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list