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/wgengine/router
Brad Fitzpatrick dc7aa98b76 all: use set.Set consistently instead of map[T]struct{}
I didn't clean up the more idiomatic map[T]bool with true values, at
least yet.  I just converted the relatively awkward struct{}-valued
maps.

Updates #cleanup

Change-Id: I758abebd2bb1f64bc7a9d0f25c32298f4679c14f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
callback.go
ifconfig_windows.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
ifconfig_windows_test.go
router.go
router_darwin.go
router_default.go
router_fake.go
router_freebsd.go
router_linux.go wgengine/router: fall back and set iptables as default again 1 year ago
router_linux_test.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
router_openbsd.go all: use set.Set consistently instead of map[T]struct{} 1 year ago
router_test.go
router_userspace_bsd.go
router_windows.go
runner.go