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/netstack
Irbe Krumina 88f2d234a4
wgengine/netstack: fix 4via6 subnet routes (#12454)
Fix a bug where, for a subnet router that advertizes
4via6 route, all packets with a source IP matching
the 4via6 address were being sent to the host itself.
Instead, only send to host packets whose destination
address is host's local address.

Fixes tailscale/tailscale#12448

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
Co-authored-by: Andrew Dunham <andrew@du.nham.ca>
2 years ago
..
netstack.go wgengine/netstack: fix 4via6 subnet routes (#12454) 2 years ago
netstack_linux.go all: update copyright and license headers 3 years ago
netstack_test.go wgengine/netstack: handle 4via6 routes that are advertised by the same node 2 years ago
netstack_userping.go xcode: allow ICMP ping relay on macOS + iOS platforms (#12048) 2 years ago
netstack_userping_apple.go various: fix lint warnings 2 years ago