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/util/linuxfw
Brad Fitzpatrick 8576a802ca util/linuxfw: fix 32-bit arm regression with iptables
This fixes a regression from dd615c8fdd that moved the
newIPTablesRunner constructor from a any-Linux-GOARCH file to one that
was only amd64 and arm64, thus breaking iptables on other platforms
(notably 32-bit "arm", as seen on older Pis running Buster with
iptables)

Tested by hand on a Raspberry Pi 2 w/ Buster + iptables for now, for
lack of automated 32-bit arm tests at the moment. But filed #17629.

Fixes #17623
Updates #17629

Change-Id: Iac1a3d78f35d8428821b46f0fed3f3717891c1bd
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
linuxfwtest
detector.go
fake.go
fake_netfilter.go
helpers.go
iptables.go
iptables_disabled.go
iptables_for_svcs.go
iptables_for_svcs_test.go
iptables_runner.go
iptables_runner_test.go
linuxfw.go
nftables.go
nftables_for_svcs.go
nftables_for_svcs_test.go
nftables_runner.go
nftables_runner_test.go
nftables_types.go