Has support for dual stack IPv4/IPv6 changed with RELEASE-13.0?
I have a daemon running on a VPS on which
is set in /etc/sysctl.conf. When the VPS was running 12.2,
a "tcp46" listen protocol and connections over both v4 and v6 worked fine.
After updating to 13.0-RELEASE, only "tcp6" is shown and connections via ip4 are refused.
I've been unable to find anything in the release notes, but maybe I missed something?
Thanks.
I have a daemon running on a VPS on which
Code:
net.inet6.ip6.v6only=0
netstat -a
would showa "tcp46" listen protocol and connections over both v4 and v6 worked fine.
After updating to 13.0-RELEASE, only "tcp6" is shown and connections via ip4 are refused.
I've been unable to find anything in the release notes, but maybe I missed something?
Thanks.