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
helpers.go
iptables.go
iptables_runner.go
iptables_runner_test.go
linuxfw.go
linuxfw_unsupported.go
nftables.go
nftables_runner.go
nftables_runner_test.go
nftables_types.go