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
Irbe Krumina add62af7c6
util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains and rules (#11852)
This PR bumps iptables to a newer version that has a function to detect
'NotExists' errors and uses that function to determine whether errors
received on iptables rule and chain clean up are because the rule/chain
does not exist- if so don't log the error.

Updates corp#19336

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
7 months ago
..
linuxfwtest
detector.go
fake.go
helpers.go
iptables.go
iptables_runner.go util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains and rules (#11852) 7 months ago
iptables_runner_test.go util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains and rules (#11852) 7 months ago
linuxfw.go util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains and rules (#11852) 7 months ago
linuxfw_unsupported.go
nftables.go
nftables_runner.go
nftables_runner_test.go
nftables_types.go