mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-02 22:35:59 +00:00
wgengine/router: clarify disabled IPv6 message on Linux
(cherry picked from commit 1f97037b94baf92bf26598c38987e4d69079efb7)
This commit is contained in:
parent
138bcae525
commit
03e640e94d
@ -116,7 +116,7 @@ func newUserspaceRouter(logf logger.Logf, _ *device.Device, tunDev tun.Device) (
|
|||||||
|
|
||||||
v6err := checkIPv6()
|
v6err := checkIPv6()
|
||||||
if v6err != nil {
|
if v6err != nil {
|
||||||
logf("disabling IPv6 due to system IPv6 config: %v", v6err)
|
logf("disabling tunneled IPv6 due to system IPv6 config: %v", v6err)
|
||||||
}
|
}
|
||||||
supportsV6 := v6err == nil
|
supportsV6 := v6err == nil
|
||||||
supportsV6NAT := supportsV6 && supportsV6NAT()
|
supportsV6NAT := supportsV6 && supportsV6NAT()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user