I tried to implement the syntax above with no luck. I have no idea what I am supposed to do, and I am blindly stabbing around with trial and error trying to figure this out. Why don't you just provide me with a complete example and make it easy for me? All the examples I find are broken,wrong, or incomplete. Jonathan On Tue, Jul 1, 2014 at 1:32 AM, Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> wrote: > On 29 June 2014 16:51, Jonathan Johnson <ecybernard@xxxxxxxxx> wrote: >> I followed your example and no go. >> >> /sbin/nft add table ip blackhole >> nft list tables >> results: blackhole >> >> nft add set filter blackhole { type ipv4_addr\;} >> <cmdline>:1:26-42: Error: Could not add set: No such file or directory >> > > The syntax is: > > nft add set <family> <table> <setname> { type ... } > > So, you are adding a set named 'blackhole' in a table named 'filter'. > > I would suggest to create the filter table. > -- > Arturo Borrero González -- 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