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
KevinLiang10 b040094b90 util/linuxfw: reorganize nftables rules to allow it to work with ufw
This commit tries to mimic the way iptables-nft work with the filewall rules. We
follow the convention of using tables like filter, nat and the conventional
chains, to make our nftables implementation work with ufw.

Updates: #391

Signed-off-by: KevinLiang10 <kevinliang@tailscale.com>
11 months ago
..
linuxfwtest util/linuxfw: initial implementation of package 1 year ago
helpers.go util/linuxfw: initial implementation of package 1 year ago
iptables.go util/linuxfw: rename ErrorFWModeNotSupported 11 months ago
iptables_runner.go util/linuxfw: add nftables support 12 months ago
iptables_runner_test.go util/linuxfw: decoupling IPTables logic from linux router 1 year ago
linuxfw.go util/linuxfw: rename ErrorFWModeNotSupported 11 months ago
linuxfw_unsupported.go util/linuxfw: add new arch build constraints 1 year ago
nftables.go util/linuxfw: rename ErrorFWModeNotSupported 11 months ago
nftables_runner.go util/linuxfw: reorganize nftables rules to allow it to work with ufw 11 months ago
nftables_runner_test.go util/linuxfw: reorganize nftables rules to allow it to work with ufw 11 months ago
nftables_types.go util/linuxfw: add new arch build constraints 1 year ago