mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-26 18:50:59 +00:00
net/tstun: don't try to set link attributes on android
Android >= 14 forbids the use of netlink sockets. Fixes #9836 Signed-off-by: David Anderson <dave@tailscale.com>
This commit is contained in:
parent
7a922c3f1f
commit
5e4fae0828
@ -1,6 +1,8 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !android
|
||||
|
||||
package tstun
|
||||
|
||||
import (
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !linux
|
||||
//go:build !linux || android
|
||||
|
||||
package tstun
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user