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 5f5c9142cc util/slicesx: add EqualSameNil, like slices.Equal but same nilness
Then use it in tailcfg which had it duplicated a couple times.

I think we have it a few other places too.

And use slices.Equal in wgengine/router too. (found while looking for callers)

Updates #cleanup

Change-Id: If5350eee9b3ef071882a3db29a305081e4cd9d23
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
callback.go
ifconfig_windows.go wgengine,net,ipn,disco: split up and define different types of MTU 1 year ago
ifconfig_windows_test.go
router.go
router_darwin.go
router_default.go
router_fake.go
router_freebsd.go
router_linux.go
router_linux_test.go
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 util/slicesx: add EqualSameNil, like slices.Equal but same nilness 1 year ago
runner.go