mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-25 04:37:42 +00:00
cmd/tailscaled, net/tstun: add build tags to omit BIRD and TAP
Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I7a39f4eeeb583b73ecffaf4c5f086a38e3a53e2e
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build go1.19 && (linux || darwin || freebsd || openbsd)
|
||||
//go:build go1.19 && (linux || darwin || freebsd || openbsd) && !ts_omit_bird
|
||||
|
||||
package main
|
||||
|
||||
|
Reference in New Issue
Block a user