Hello Thomas El 28/07/14 17:49, Thomas Witt escribió:
Hi, I am trying to configure nftables on a new server. I can add tables for ip4: # nft add table ip filter but not for ip6 or inet: # nft add table ip6 filter6 # nft add table inet filterboth # nft list tables
If you write nft list tables, you will see only the tables of ipv4. Try with nft list tables ip6 for ipv6 or nft list tables inet for inet.
Try with that and tell me the result. I hope that I have helped you.
table filter So, a table gets added for ipv4, but not for v6. What do I need to do in order for nft to support ip6? And why does nft returns 0 instead of an error? Versions: nftables-0.3 libmnl-1.0.3 libnftnl-1.0.2
Regards Alvaro -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html