Page MenuHomePhorge

attempt to autodetect when ipv6 is available
ClosedPublic

Authored by seigo on May 24 2017, 1:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:26 PM
Unknown Object (File)
Mon, Apr 8, 9:13 AM
Unknown Object (File)
Mon, Apr 8, 12:29 AM
Unknown Object (File)
Sun, Apr 7, 11:49 PM
Unknown Object (File)
Sat, Apr 6, 4:57 AM
Unknown Object (File)
Fri, Apr 5, 1:59 PM
Unknown Object (File)
Sun, Mar 31, 5:26 PM
Unknown Object (File)
Thu, Mar 28, 5:57 PM
Subscribers

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGeafa6a43b2a5: attempt to autodetect when ipv6 is available
Summary

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.

Test Plan

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

Repository
rG guam
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was automatically updated to reflect the committed changes.