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/router
Andrew Dunham b63094431b wgengine/router: fix tests on systems with older Busybox 'ip' binary
Adjust the expected system output by removing the unsupported mask
component including and after the slash in expected output like:
  fwmask 0xabc/0xdef

This package's tests now pass in an Alpine container when the 'go' and
'iptables' packages are installed (and run as privileged so /dev/net/tun
exists).

Fixes #5928

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Id1a3896282bfa36b64afaec7a47205e63ad88542
3 years ago
..
callback.go wgengine/router: avoid unncessary routing configuration changes 4 years ago
ifconfig_windows.go cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization instead of go-ole 3 years ago
ifconfig_windows_test.go go.mod: bump wireguard/windows, which moves to using net/netip 3 years ago
router.go all: convert more code to use net/netip directly 3 years ago
router_darwin.go wgengine/router: take a link monitor 4 years ago
router_default.go all: remove old +build tags 3 years ago
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 5 years ago
router_freebsd.go wgengine/router: take a link monitor 4 years ago
router_linux.go wgengine/router: [linux] add before deleting interface addrs 3 years ago
router_linux_test.go wgengine/router: fix tests on systems with older Busybox 'ip' binary 3 years ago
router_openbsd.go all: convert more code to use net/netip directly 3 years ago
router_test.go all: convert more code to use net/netip directly 3 years ago
router_userspace_bsd.go wgengine/router: [bsd/darwin] remove and readd routes on profile change 3 years ago
router_windows.go all: fix spelling mistakes 3 years ago
runner.go all: remove old +build tags 3 years ago