tailscale/ipn
Brad Fitzpatrick 625c413508 ipn/ipnlocal: fix another regression from link monitoring refactor
Prior to e3df29d488, the Engine.SetLinkChangeCallback fired
immediately, even if there was no change. The ipnlocal code apparently
depended on that, and it broke integration tests (which live in
another repo). So mimic the old behavior and call the ipnlocal
callback immediately at init.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-03-01 20:45:30 -08:00
..
ipnlocal ipn/ipnlocal: fix another regression from link monitoring refactor 2021-03-01 20:45:30 -08:00
ipnserver cmd/tailscaled, wgengine: remove --fake, replace with netstack 2021-03-01 11:09:19 -08:00
ipnstate dnsname,tailcfg: add hostname sanitation logic to node display names (#1304) 2021-02-18 17:15:38 -05:00
localapi ipn/ipnserver, ipn/ipnlocal: move whois handler to new localapi package 2021-02-15 10:46:22 -08:00
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 2020-04-01 10:03:44 -07:00
backend.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
doc.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
fake_test.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
handle.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
message_test.go tstest: simplify goroutine leak tests 2021-02-03 13:06:40 -08:00
message.go cmd/tailscale/cli: recommend sudo for 'tailscale up' on failure 2021-02-01 13:53:57 -08:00
prefs_clone.go types/persist: split controlclient.Persist into a small leaf package 2021-02-05 15:25:33 -08:00
prefs_test.go ipn: add tests for exit node pretty printing. 2021-02-24 21:18:35 -08:00
prefs.go ipn: print currently selected exit route in Prefs.String(). 2021-02-24 20:41:56 -08:00
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 2020-05-13 23:12:35 -04:00
store.go wgkey: new package 2020-12-30 17:33:02 -08:00