tailscale/wgengine/wgcfg
Josh Bleecher Snyder 7b907615d5 wgengine/wgcfg/nmcfg: remove dead code
The call to appendEndpoint updates cpeer.Endpoints.
Then it is overwritten in the next line.
The only errors from appendEndpoint occur when
the host/port pair is malformed, but that cannot happen.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-03-31 09:09:19 -07:00
..
nmcfg wgengine/wgcfg/nmcfg: remove dead code 2021-03-31 09:09:19 -07:00
config.go wgengine/wgcfg/nmcfg: split control/controlclient/netmap.go into own package 2021-02-05 14:21:30 -08:00
device.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
device_test.go wgengine: pass logger as a separate arg to device.NewDevice 2021-03-24 10:39:58 -07:00
key.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
key_test.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
parser.go wgengine/wgcfg: fix validateEndpoints of empty string 2021-01-30 11:17:55 -08:00
parser_test.go wgengine/wgcfg: fix validateEndpoints of empty string 2021-01-30 11:17:55 -08:00
writer.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00