Page MenuHomePhorge

attempt to autodetect when ipv6 is available
ClosedPublic

Authored by seigo on May 24 2017, 1:14 PM.
Tags
None
Referenced Files
F11587563: D437.id.diff
Thu, Mar 28, 5:57 PM
Unknown Object (File)
Mon, Mar 18, 12:35 AM
Unknown Object (File)
Jan 28 2024, 10:25 AM
Unknown Object (File)
Jan 18 2024, 5:42 AM
Unknown Object (File)
Jan 17 2024, 6:14 AM
Unknown Object (File)
Dec 25 2023, 1:44 PM
Unknown Object (File)
Dec 24 2023, 8:16 PM
Unknown Object (File)
Dec 23 2023, 7:21 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.