You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscaled
Brad Fitzpatrick 86e0f9b912 net/ipset, wgengine/filter/filtertype: add split-out packages
This moves NewContainsIPFunc from tsaddr to new ipset package.

And wgengine/filter types gets split into wgengine/filter/filtertype,
so netmap (and thus the CLI, etc) doesn't need to bring in ipset,
bart, etc.

Then add a test making sure the CLI deps don't regress.

Updates #1278

Change-Id: Ia246d6d9502bbefbdeacc4aef1bed9c8b24f54d5
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 months ago
..
childproc
debug.go net/netmon, add: add netmon.State type alias of interfaces.State 7 months ago
depaware.txt net/ipset, wgengine/filter/filtertype: add split-out packages 5 months ago
generate.go
install_darwin.go
install_windows.go
manifest_windows_386.syso
manifest_windows_amd64.syso
manifest_windows_arm64.syso
proxy.go
required_version.go
sigpipe.go
ssh.go
taildrop.go
tailscaled.defaults
tailscaled.go various: create a catch-all NRPT rule when "Override local DNS" is enabled on Windows 5 months ago
tailscaled.openrc
tailscaled.service cmd/tailscaled: move cleanup to an implicit action during startup 7 months ago
tailscaled_bird.go
tailscaled_notwindows.go
tailscaled_test.go all: do not depend on the testing package 6 months ago
tailscaled_windows.go cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with DETACHED_PROCESS when I/O is being piped 5 months ago
windows-manifest.xml
with_cli.go