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
Brad Fitzpatrick c81ef9055b 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>
(cherry picked from commit 8576a802ca)
3 months ago
..
backoff util/backoff: rename logtail/backoff package to util/backoff 4 months ago
cache
checkchange net/dns, ipn/ipnlocal: fix regressions from change moving away from deephash 4 months ago
cibuild
clientmetric feature/featuretags: make clientmetrics optional 4 months ago
cloudenv feature/featuretags, all: add build features, use existing ones in more places 4 months ago
cmpver
codegen cmd/viewer, types/views: implement support for json/v2 (#16852) 6 months ago
cstruct all: use Go 1.21's binary.NativeEndian 1 year ago
ctxkey
deephash
dirwalk
dnsname
eventbus util/eventbus/eventbustest: add support for synctest instead of timers (#17522) 4 months ago
execqueue
expvarx util/expvarx: deflake TestSafeFuncHappyPath with synctest 5 months ago
goroutines
groupmember
hashx
httphdr
httpm
limiter
lineiter
lineread
linuxfw util/linuxfw: fix 32-bit arm regression with iptables 3 months ago
lru
mak
multierr
must
nocasemaps
osdiag
osshare clientupdate, util/osshare, util/winutil, version: improve Windows GUI filename resolution and WinUI build awareness 4 months ago
osuser
pidowner
pool
precompress
progresstracking
prompt util/prompt: add a default and take default in non-interactive cases 4 months ago
quarantine
race
racebuild
rands
reload
ringlog
set control/controlclient: restore aggressive Direct.Close teardown 4 months ago
singleflight
slicesx
stringsx util/stringsx: add package for extra string functions, like CompareFold 1 year ago
syspolicy types/persist: add AttestationKey (#17281) 4 months ago
sysresources
testenv
topk
truncate
usermetric feature/featuretags: make usermetrics modular 4 months ago
vizerror
winutil clientupdate, util/osshare, util/winutil, version: improve Windows GUI filename resolution and WinUI build awareness 4 months ago
zstdframe