tailscale/wgengine
Josh Bleecher Snyder fe7c3e9c17 all: move wgcfg from wireguard-go
This is mostly code movement from the wireguard-go repo.

Most of the new wgcfg package corresponds to the wireguard-go wgcfg package.

wgengine/wgcfg/device{_test}.go was device/config{_test}.go.
There were substantive but simple changes to device_test.go to remove
internal package device references.

The API of device.Config (now wgcfg.DeviceConfig) grew an error return;
we previously logged the error and threw it away.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-01-29 12:52:56 -08:00
..
filter wgengine/filter: add a Clone method. 2021-01-22 17:31:37 -08:00
magicsock all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
monitor wgengine/monitor: close closeHandle 2021-01-07 20:18:02 -08:00
netstack wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 2021-01-15 09:16:28 -05:00
router wgengine/router: don't configure IPv6 on Linux when IPv6 is unavailable 2021-01-28 13:35:11 -08:00
tsdns wgengine/tsdns: fix MagicDNS lookups of shared nodes 2021-01-14 14:49:32 -08:00
tstun wgengine/tstun: also support DropSilently on PostFilterIn 2021-01-22 13:22:32 -08:00
wgcfg all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
wglog all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
winnet Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
pendopen.go net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 2021-01-15 14:03:57 -08:00
userspace.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
userspace_test.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
watchdog.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 2021-01-11 09:31:14 -08:00
wgengine.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00