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/wgengine/wgcfg
Josh Bleecher Snyder 9bce1b7fc1 wgengine/wgcfg: make device test endpoint-format-agnostic
By using conn.NewDefaultBind, this test requires that our endpoints
be comprehensible to wireguard-go. Instead, use a no-op bind that
treats endpoints as opaque strings.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
4 years ago
..
nmcfg all: delete wgcfg.Key and wgcfg.PrivateKey 4 years ago
clone.go wgengine/wgcfg: use autogenerated Clone methods 4 years ago
config.go wgengine/wgcfg: use autogenerated Clone methods 4 years ago
device.go wgengine/wgcfg: return better errors from DeviceConfig, ReconfigDevice 4 years ago
device_test.go wgengine/wgcfg: make device test endpoint-format-agnostic 4 years ago
parser.go all: delete wgcfg.Key and wgcfg.PrivateKey 4 years ago
parser_test.go wgengine/wgcfg: fix validateEndpoints of empty string 4 years ago
writer.go all: delete wgcfg.Key and wgcfg.PrivateKey 4 years ago