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
Andrew Dunham 317d87a15d wgengine/netstack: handle 4via6 routes that are advertised by the same node
Previously, a node that was advertising a 4via6 route wouldn't be able
to make use of that same route; the packet would be delivered to
Tailscale, but since we weren't accepting it in handleLocalPackets, the
packet wouldn't be delivered to netstack and would never hit the 4via6
logic. Let's add that support so that usage of 4via6 is consistent
regardless of where the connection is initiated from.

Updates #11304

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Ic28dc2e58080d76100d73b93360f4698605af7cb
6 months ago
..
bench tailcfg, all: use []netip.AddrPort instead of []string for Endpoints 1 year ago
capture various: add golangci-lint, fix issues (#7905) 2 years ago
filter all: use Go 1.22 range-over-int 7 months ago
magicsock ipnlocal, magicsock: store last suggested exit node id in local backend (#11959) 6 months ago
netlog wgengine: add exit destination logging enable for wgengine logger (#11952) 6 months ago
netstack wgengine/netstack: handle 4via6 routes that are advertised by the same node 6 months ago
router net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 6 months ago
wgcfg wgengine: add exit destination logging enable for wgengine logger (#11952) 6 months ago
wgint wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine 8 months ago
wglog all: use Go 1.22 range-over-int 7 months ago
winnet all: update copyright and license headers 2 years ago
mem_ios.go all: update copyright and license headers 2 years ago
pendopen.go wgengine: make pendOpen time later, after dup check 8 months ago
userspace.go ssh/tailssh: plumb health.Tracker in test 6 months ago
userspace_ext_test.go wgengine/netstack: remove SubnetRouterWrapper 7 months ago
userspace_test.go all: use Go 1.22 range-over-int 7 months ago
watchdog.go wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine 8 months ago
watchdog_js.go all: update copyright and license headers 2 years ago
watchdog_test.go all: update copyright and license headers 2 years ago
wgengine.go wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine 8 months ago