Hi, On Wed, 2014-02-26 at 11:12 +0100, Matteo Croce wrote: > Hi, > > I'm trying to run nftables on Debian with a vanilla 3.13 kernel. > I've compiled libnftnl and nftables from git, but when I try to start > ntf I get this error: > > # nft list table filter > <cmdline>:1:1-17: Error: Could not receive sets from kernel: Address > family not supported by protocol > list table filter > ^^^^^^^^^^^^^^^^ I think you did not create the filter table first: nft add table filter nftables comes without any chains. So you have to create your own. BR, -- Eric Leblond <eric@xxxxxxxxx> -- 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