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
Avery Pennarun d6c34368e8 ipn/local: differentiate Shields Up from Uninitialized in logs.
We were printing "Shields Up" when the netmap wasn't initialized yet,
which while technically effectively true, turned out to be confusing
when trying to debug things.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
4 years ago
..
ipnserver all: remove unnecessary trailing newlines in format patterns for consistency 5 years ago
ipnstate cmd/tailscale: add status subcommand 5 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 5 years ago
backend.go ipn: add auth key 5 years ago
doc.go
e2e_test.go tstest: rename from testy. 4 years ago
fake_test.go cmd/tailscale: add status subcommand 5 years ago
handle.go all: remove unnecessary trailing newlines in format patterns for consistency 5 years ago
local.go ipn/local: differentiate Shields Up from Uninitialized in logs. 4 years ago
message.go ipn/message: fix some message encoding problems. 4 years ago
message_test.go tstest: rename from testy. 4 years ago
prefs.go Add prefs.ShieldsUp and --shields-up option. 4 years ago
prefs_test.go Add prefs.ShieldsUp and --shields-up option. 4 years ago
store.go
store_test.go