Apologies for how badly Thunderbird mangled my email when it converted
it to plain text, hopefully this can help clarify what the heck was
going on.
cat /etc/nftables.conf
flush ruleset
table inet filter {
chain input { type filter hook input priority 0; policy accept; }
chain forward {
type filter hook forward priority 0; policy accept;
}
chain output {
type filter hook output priority 0; policy accept;
}
}
root@tottenham:~# nft -f /etc/nftables.conf
/etc/nftables.conf:5:15-19: Error: Could not process rule: No such file
or directory
chain input { type filter hook input priority 0; policy accept; }
^^^^^
/etc/nftables.conf:6:15-21: Error: Could not process rule: No such file
or directory
chain forward {
^^^^^^^
/etc/nftables.conf:9:15-20: Error: Could not process rule: No such file
or directory
chain output {
^^^^^^