Migrate GitLab and NixOS runners from iptables
to nftables
#384
Labels
development
Standard development
r&d:polykey:core activity 4
End to End Networking behind Consumer NAT Devices
Specification
Once the GitLab runner supports nftables we should migrate our iptables usage over to nftables. There are many reasons for doing this, including:
We already have nftables equivalents of the commands we're using in our NAT utils. They can be found here in our wiki: https://github.com/MatrixAI/js-polykey/wiki/nat-traversal#nat-traversal-testing
Additional context
Tasks
iptables-legacy
tonftables
nft
commands instead ofiptables
commandsxtables.lock
temp fixes from GitLab runnerdescribeIf
andtestIf
usage in the NAT tests to check for the existance of thenft
command rather than theiptables
commandThe text was updated successfully, but these errors were encountered: