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 7a5263e6d0 util/linuxfw: rename ErrorFWModeNotSupported
Go style is for error variables to start with "err" (or "Err")
and for error types to end in "Error".

Updates #cleanup

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
linuxfwtest util/linuxfw: initial implementation of package 2 years ago
helpers.go util/linuxfw: initial implementation of package 2 years ago
iptables.go util/linuxfw: rename ErrorFWModeNotSupported 1 year ago
iptables_runner.go util/linuxfw: add nftables support 1 year ago
iptables_runner_test.go util/linuxfw: decoupling IPTables logic from linux router 1 year ago
linuxfw.go util/linuxfw: rename ErrorFWModeNotSupported 1 year ago
linuxfw_unsupported.go util/linuxfw: add new arch build constraints 1 year ago
nftables.go util/linuxfw: rename ErrorFWModeNotSupported 1 year ago
nftables_runner.go util/linuxfw: add nftables support 1 year ago
nftables_runner_test.go util/linuxfw: add nftables support 1 year ago
nftables_types.go util/linuxfw: add new arch build constraints 1 year ago