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>
2023-08-18 18:24:05 -07:00
..
linuxfwtest util/linuxfw: initial implementation of package 2023-02-09 14:20:24 -05:00
helpers.go util/linuxfw: initial implementation of package 2023-02-09 14:20:24 -05:00
iptables_runner_test.go util/linuxfw: decoupling IPTables logic from linux router 2023-06-27 19:54:27 -04:00
iptables_runner.go util/linuxfw: add nftables support 2023-07-19 14:33:23 -04:00
iptables.go util/linuxfw: rename ErrorFWModeNotSupported 2023-08-10 09:27:05 -07:00
linuxfw_unsupported.go util/linuxfw: add new arch build constraints 2023-06-30 18:22:15 -04:00
linuxfw.go util/linuxfw: rename ErrorFWModeNotSupported 2023-08-10 09:27:05 -07:00
nftables_runner_test.go util/linuxfw: reorganize nftables rules to allow it to work with ufw 2023-08-18 18:24:05 -07:00
nftables_runner.go util/linuxfw: reorganize nftables rules to allow it to work with ufw 2023-08-18 18:24:05 -07:00
nftables_types.go util/linuxfw: add new arch build constraints 2023-06-30 18:22:15 -04:00
nftables.go util/linuxfw: rename ErrorFWModeNotSupported 2023-08-10 09:27:05 -07:00