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
James Tucker 76256d22d8 wgengine/router: windows: set SkipAsSource on IPv6 LL addresses
Link-local addresses on the Tailscale interface are not routable.
Ideally they would be removed, however, a concern exists that the
operating system will attempt to re-add them which would lead to
thrashing.

Setting SkipAsSource attempts to avoid production of packets using the
address as a source in any default behaviors.

Before, in powershell: `ping (hostname)` would ping the link-local
address of the Tailscale interface, and fail.
After: `ping (hostname)` now pings the link-local address on the next
highest priority metric local interface.

Fixes #4647
Signed-off-by: James Tucker <james@tailscale.com>
2 years ago
..
bench
filter
magicsock wasm: exclude code that's not used on iOS for Wasm too 2 years ago
monitor
netstack
router wgengine/router: windows: set SkipAsSource on IPv6 LL addresses 2 years ago
wgcfg
wglog
winnet
mem_ios.go
pendopen.go
userspace.go
userspace_ext_test.go
userspace_test.go
watchdog.go wasm: drop pprof dependency 2 years ago
watchdog_js.go wasm: drop pprof dependency 2 years ago
watchdog_test.go
wgengine.go