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>
9 months ago
..
callback.go wgengine/router,ipn/ipnlocal: add MTU field to router config 12 months ago
ifconfig_windows.go wgengine,net,ipn,disco: split up and define different types of MTU 9 months ago
ifconfig_windows_test.go all: update copyright and license headers 1 year ago
router.go wgengine/router,ipn/ipnlocal: add MTU field to router config 12 months ago
router_darwin.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_default.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_fake.go all: update copyright and license headers 1 year ago
router_freebsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_linux.go wgengine/router: fall back and set iptables as default again 11 months ago
router_linux_test.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 11 months ago
router_openbsd.go all: use set.Set consistently instead of map[T]struct{} 10 months ago
router_test.go wgengine/router,ipn/ipnlocal: add MTU field to router config 12 months ago
router_userspace_bsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_windows.go util/slicesx: add EqualSameNil, like slices.Equal but same nilness 9 months ago
runner.go all: update copyright and license headers 1 year ago