Userspace tools for managing Linux Netfilter tables firewall rules
Netfilter tables userspace tools
nft$ nft list ruleset$ nft add rule inet filter input tcp dport 22 drop$ nft 'add table ip my_table; add chain my_table my_chain { type filter hook input priority 0; }'