tailscale/ipn/ipnlocal
Brad Fitzpatrick 6a396731eb all: use various net/netip parse funcs directly
Mechanical change with perl+goimports.

Changed {Must,}Parse{IP,IPPrefix,IPPort} to their netip variants, then
goimports -d .

Finally, removed the net/netaddr wrappers, to prevent future use.

Updates #5162

Change-Id: I59c0e38b5fbca5a935d701645789cddf3d7863ad
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-07-25 21:12:28 -07:00
..
dnsconfig_test.go all: use various net/netip parse funcs directly 2022-07-25 21:12:28 -07:00
local.go all: use various net/netip parse funcs directly 2022-07-25 21:12:28 -07:00
local_test.go all: use various net/netip parse funcs directly 2022-07-25 21:12:28 -07:00
loglines_test.go ipn/store: add common package for instantiating ipn.StateStores 2022-02-28 13:23:33 -08:00
peerapi.go all: use various net/netip parse funcs directly 2022-07-25 21:12:28 -07:00
peerapi_h2c.go wasm: exclude code that's not used on iOS for Wasm too 2022-06-06 13:52:52 -07:00
peerapi_macios_ext.go net/netaddr: start migrating to net/netip via new netaddr adapter package 2022-07-25 16:20:43 -07:00
peerapi_test.go all: use various net/netip parse funcs directly 2022-07-25 21:12:28 -07:00
ssh.go ipn/ipnlocal: ignore empty SSH host key files 2022-07-22 10:52:04 -07:00
ssh_stub.go ssh: make it build on darwin 2022-02-24 13:00:45 -08:00
ssh_test.go ipn/ipnlocal: generate tailscaled-owned SSH keys as needed 2022-02-24 12:15:57 -08:00
state_test.go control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix race 2022-06-19 22:08:29 -07:00