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
Maisem Ali a917718353 util/linuxfw: return nil interface not concrete type
It was returning a nil `*iptablesRunner` instead of a
nil `NetfilterRunner` interface which would then fail
checks later.

Fixes #13012

Signed-off-by: Maisem Ali <maisem@tailscale.com>
3 months ago
..
linuxfwtest
detector.go
fake.go cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577) 4 months ago
helpers.go
iptables.go
iptables_runner.go
iptables_runner_test.go
linuxfw.go all: add test for package comments, fix, add comments as needed 4 months ago
linuxfw_unsupported.go
nftables.go
nftables_runner.go util/linuxfw: return nil interface not concrete type 3 months ago
nftables_runner_test.go
nftables_types.go