Page MenuHomePhorge

attempt to autodetect when ipv6 is available
ClosedPublic

Authored by seigo on May 24 2017, 1:14 PM.
Tags
None
Referenced Files
F11903625: D437.diff
Fri, Apr 26, 7:21 AM
Unknown Object (File)
Wed, Apr 24, 3:26 PM
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
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
Branch
feature/autodetect_ipv6 (branched from develop)
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10088
Build 9137: arc lint + arc unit

Event Timeline

This revision was automatically updated to reflect the committed changes.