summaryrefslogtreecommitdiffhomepage
path: root/wgengine/router/router_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-14util/linuxfw,wgengine/router: allow incoming CGNAT range traffic with nodeattrNaman Sood1-1/+1
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-2/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-29wgengine/router{,/osrouter}: split OS router implementations into subpackageBrad Fitzpatrick1-9/+0
2024-05-06various: implement stateful firewalling on Linux (#12025)Andrew Lytvynov1-2/+12
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-0/+1
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-0/+1
2023-07-19wgengine/router,ipn/ipnlocal: add MTU field to router configVal1-2/+12
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-4/+3
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-2/+3
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-06-28wgengine/router: avoid unncessary routing configuration changesMihai Parparita1-4/+131
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-04-29net/dns: add GOOS build tagsJosh Bleecher Snyder1-0/+2
2021-04-24wgengine/router{win}: ignore broadcast routes added by Windows when removing ...Maisem Ali1-0/+15