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 dfbde3d3aa ipn: pass through the prefix length from control.
Control sets this to /32 for IPv4 and /128 for IPv6.

Signed-off-by: David Anderson <danderson@tailscale.com>
4 years ago
..
ipnserver ipn/ipnserver: add knob to disable babysitter 4 years ago
ipnstate tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status" 4 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 4 years ago
backend.go ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go cmd/tailscale/cli: add basic 'down' subcommand 4 years ago
handle.go ipn: add Login backend command for sign-in with token 4 years ago
local.go ipn: pass through the prefix length from control. 4 years ago
loglines_test.go ipn: don't log redundant peer stats so often 4 years ago
message.go ipn: debug zero bytes in IPN json messages 4 years ago
message_test.go ipn: add Login backend command for sign-in with token 4 years ago
prefs.go ipn: add a comment about skipping files with null bytes 4 years ago
prefs_clone.go ipn: use cmd/cloner for Prefs.Clone 4 years ago
prefs_test.go ipn: make LoadPrefs return os.ErrNotExist when reading corrupted files 4 years ago
store.go ipn: treat zero-length file state store file as missing 4 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 4 years ago