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/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>
4 years ago
..
ipnserver cmd/tailscaled: run off internal state autonomously. 4 years ago
backend.go types/empty: add Message, stop using mysterious *struct{} 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
e2e_test.go ipn: fix test breakage from earlier 79295b1138 4 years ago
fake.go Make ipn.Options.Prefs a pointer. 4 years ago
handle.go Move "logger" package to under types, now that we have it. 4 years ago
local.go Move "logger" package to under types, now that we have it. 4 years ago
message.go cmd/tailscaled: run off internal state autonomously. 4 years ago
message_test.go Make ipn.Options.Prefs a pointer. 4 years ago
prefs.go ipn: add AdvertiseRoutes to Prefs. 4 years ago
prefs_test.go ipn: add AdvertiseRoutes to Prefs. 4 years ago
store.go Lint fixes. 4 years ago
store_test.go Introduce a state store to LocalBackend. 4 years ago