mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-11 21:02:39 +08:00
Two methods were recently added to the testcontrol.Server type: AddDNSRecords and SetGlobalAppCaps. These two methods should trigger netmap updates for all nodes connected to the Server instance, the way that other state-change methods do (see SetNodeCapMap, for example). This will also allow us to get rid of Server.ForceNetmapUpdate, which was a band-aid fix to force the netmap updates which should have been triggered by the aforementioned methods. Fixes tailscale/corp#37102 Signed-off-by: Harry Harpham <harry@tailscale.com> |
||
|---|---|---|
| .. | ||
| nat | ||
| testcontrol | ||
| vms | ||
| capmap_test.go | ||
| gen_deps.go | ||
| integration_test.go | ||
| integration.go | ||
| tailscaled_deps_test_darwin.go | ||
| tailscaled_deps_test_freebsd.go | ||
| tailscaled_deps_test_linux.go | ||
| tailscaled_deps_test_openbsd.go | ||
| tailscaled_deps_test_windows.go | ||