mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-06 04:36:15 +02:00
Similarly to allowing link-local multicast in #13661, we should also allow broadcast traffic on permitted interfaces when the killswitch is enabled due to exit node usage on Windows. This always includes internal interfaces, such as Hyper-V/WSL2, and also the LAN when "Allow local network access" is enabled in the client. Updates #18504 Signed-off-by: Nick Khyl <nickk@tailscale.com>
23 lines
1001 B
Markdown
23 lines
1001 B
Markdown
# Testing wishlist
|
|
|
|
This is a list of tests we'd like to add one day, as our e2e/natlab/VM
|
|
testing infrastructure matures.
|
|
|
|
We're going to start collecting ideas as we develop PRs (updating this
|
|
wishlist in the same PR that adds something that could be better
|
|
tested) and then use this list to inform the order we build out our
|
|
future testing machinery.
|
|
|
|
For each item, try to include a `#nnn` or `tailscale/corp#nnn`
|
|
reference to an issue or PR about the feature.
|
|
|
|
# The list
|
|
|
|
- Link-local multicast, and mDNS/LLMNR specifically, when an exit node is used,
|
|
both with and without the "Allow local network access" option enabled.
|
|
When the option is disabled, we should still permit it for internal interfaces,
|
|
such as Hyper-V/WSL2 on Windows.
|
|
|
|
- Inbound and outbound broadcasts when an exit node is used, both with and without
|
|
the "Allow local network access" option enabled. When the option is disabled,
|
|
we should still permit traffic on internal interfaces, such as Hyper-V/WSL2 on Windows. |