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
Denton Gentry bcea88da46 wgengine: support FreeBSD with IPv6.
Fixes https://github.com/tailscale/tailscale/issues/1307 for keepsies.

We cannot set the tun interface address as a /128 on FreeBSD,
due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218508
Instead we set the interface address as a /48, which is enabled
by commit 82edf94df7.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
3 years ago
..
filter wgengine/filter: use IPSet for localNets instead of prefixes. 3 years ago
magicsock wgengine/magicsock: log when DERP connection succeeds 3 years ago
monitor wgengine/monitor: log warning if state changes but stringification doesn't 3 years ago
netstack wgengine/netstack: remove some v2 logging by default 3 years ago
router wgengine: support FreeBSD with IPv6. 3 years ago
tsdns wgengine/tsdns: explicitly reject .onion lookups 3 years ago
tstun wgengine/filter: use IPSet for localNets instead of prefixes. 3 years ago
wgcfg ipn/ipnlocal: only filter out default routes when computing the local wg config. 3 years ago
wglog wgengine/wglog: drop 1/s "interface is up" messages. 3 years ago
winnet wgengine/winnet: don't build on non-windows 3 years ago
ifstatus_noop.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 3 years ago
ifstatus_windows.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 3 years ago
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 3 years ago
userspace.go wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent 3 years ago
userspace_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 3 years ago
watchdog.go wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent 3 years ago
watchdog_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 3 years ago
wgengine.go wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent 3 years ago