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/net
Anton Tolchanov cf8948da5f net/routetable: increase route limit used by the test
I was running all tests while preparing a recent stable release, and
this was failing because my computer is connected to a fairly large
tailnet.

```
--- FAIL: TestGetRouteTable (0.01s)
    routetable_linux_test.go:32: expected at least one default route;
    ...
```

```
$ ip route show table 52  | wc -l
1051
```

Updates #cleanup

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
8 months ago
..
art
connstats
dns cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is closed 9 months ago
dnscache
dnsfallback
flowtrack
interfaces net/interfaces: fix test hang on Darwin 8 months ago
ktimeout net/ktimeout: add a package to set TCP user timeout 9 months ago
memnet
netaddr
netcheck
neterror
netkernelconf
netknob
netmon net/netmon: when a new network is added, trigger netmon update (#10840) 10 months ago
netns
netstat
netutil health: warn about reverse path filtering and exit nodes 9 months ago
packet
ping
portmapper
proxymux
routetable net/routetable: increase route limit used by the test 8 months ago
socks5
sockstats
speedtest
stun
stunserver
tcpinfo
tlsdial
tsaddr all: remove LenIter, use Go 1.22 range-over-int instead 9 months ago
tsdial all: remove LenIter, use Go 1.22 range-over-int instead 9 months ago
tshttpproxy net/tshttpproxy: log when we're using a proxy 9 months ago
tstun go.mod: bump gvisor 8 months ago
wsconn