look for at least one ipv6 address on the system, and if there is
one then enable ipv6 connections. otherwise .. don't.
to help with system where ipv6 is completely disabled.
Differential D437
attempt to autodetect when ipv6 is available • seigo on May 24 2017, 1:14 PM. Authored by Tags None Referenced Files
Subscribers
Details
look for at least one ipv6 address on the system, and if there is to help with system where ipv6 is completely disabled. Tested locally by turning ipv6 off with: sysctl -w net.ipv6.conf.default.disable_ipv6=1; sysctl -w net.ipv6.conf.all.disable_ipv6=1 and back on with the opposite commands.
Diff Detail
|