Re: errors found in nftable docs on wiki

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux