tailscale/ipn
David Anderson a5b84fa921 ipn: add AdvertiseRoutes to Prefs.
This is a prelude to supporting relaynode's --routes in
tailscaled. The daemon needs to remembers routes to
advertise, and the CLI needs to be able to change the
set of advertised routes. Prefs is the thing used for
both of these.

Signed-off-by: David Anderson <dave@natulte.net>
2020-02-17 13:50:16 -08:00
..
ipnserver cmd/tailscaled: run off internal state autonomously. 2020-02-17 12:34:33 -08:00
backend.go types/empty: add Message, stop using mysterious *struct{} 2020-02-14 13:35:49 -08:00
doc.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
e2e_test.go ipn: fix test breakage from earlier 79295b1138 2020-02-17 08:19:50 -08:00
fake.go Make ipn.Options.Prefs a pointer. 2020-02-13 19:26:53 -08:00
handle.go Move "logger" package to under types, now that we have it. 2020-02-14 20:23:05 -08:00
local.go Move "logger" package to under types, now that we have it. 2020-02-14 20:23:05 -08:00
message.go cmd/tailscaled: run off internal state autonomously. 2020-02-17 12:34:33 -08:00
message_test.go Make ipn.Options.Prefs a pointer. 2020-02-13 19:26:53 -08:00
prefs.go ipn: add AdvertiseRoutes to Prefs. 2020-02-17 13:50:16 -08:00
prefs_test.go ipn: add AdvertiseRoutes to Prefs. 2020-02-17 13:50:16 -08:00
store.go Lint fixes. 2020-02-13 19:26:53 -08:00
store_test.go Introduce a state store to LocalBackend. 2020-02-13 19:26:53 -08:00