Hi, nft flowtable addtion is failing. :~$ sudo nft add table inet filter ~# add flowtable inet filter myflowtable { hook ingress priority 0; devices = { eth0, eth1 }; } -bash: syntax error near unexpected token `}'