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
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>
4 years ago
..
filter wgengine/filter: add a Clone method. 4 years ago
magicsock all: move wgcfg from wireguard-go 4 years ago
monitor wgengine/monitor: close closeHandle 4 years ago
netstack wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 4 years ago
router wgengine/router: don't configure IPv6 on Linux when IPv6 is unavailable 4 years ago
tsdns wgengine/tsdns: fix MagicDNS lookups of shared nodes 4 years ago
tstun wgengine/tstun: also support DropSilently on PostFilterIn 4 years ago
wgcfg all: move wgcfg from wireguard-go 4 years ago
wglog all: move wgcfg from wireguard-go 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
pendopen.go net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 4 years ago
userspace.go all: move wgcfg from wireguard-go 4 years ago
userspace_test.go all: move wgcfg from wireguard-go 4 years ago
watchdog.go all: move wgcfg from wireguard-go 4 years ago
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 4 years ago
wgengine.go all: move wgcfg from wireguard-go 4 years ago