All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jonathan Johnson <ecybernard@gmail.com>
Cc: netfilter@vger.kernel.org
Subject: Re: errors found in nftable docs on wiki
Date: Sun, 29 Jun 2014 12:12:50 +0200	[thread overview]
Message-ID: <20140629101250.GA3615@localhost> (raw)
In-Reply-To: <CALLvB8LPbBQpGD-QAmPW3L9GT6CYZ2TAMh+E9koYBq7OWBUCkw@mail.gmail.com>

On Sat, Jun 28, 2014 at 02:13:35PM -0500, Jonathan Johnson wrote:
> http://wiki.nftables.org/wiki-nftables/index.php/Sets
> 
> States this works and it does not.
> 
> 
> nft add set filter blackhole { type ipv4_address\;}
> 
> after reviewing the source code I discovered this is correct:
> 
> 
> nft add set filter blackhole { type ipv4_addr\;}

Fixed, thanks for reporting.

> after using the correct syntax I get this error, which I have not
> troubleshooted.
> 
> 
> I modprobed all the modules starting with nft* one at a time.
> 
> 
> <cmdline>:1:26-42: Error: Could not add set: No such file or directory

I guess you forgot to create the filter table?

http://wiki.nftables.org/wiki-nftables/index.php/Configuring_tables

  reply	other threads:[~2014-06-29 10:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-28 19:13 errors found in nftable docs on wiki Jonathan Johnson
2014-06-29 10:12 ` Pablo Neira Ayuso [this message]
2014-06-29 14:51   ` Jonathan Johnson
2014-07-01  6:32     ` Arturo Borrero Gonzalez
2014-07-02  4:44       ` Jonathan Johnson
2014-07-02  6:56         ` Arturo Borrero Gonzalez
2014-07-03  0:55           ` Jonathan Johnson
2014-07-03 15:23             ` Arturo Borrero Gonzalez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140629101250.GA3615@localhost \
    --to=pablo@netfilter.org \
    --cc=ecybernard@gmail.com \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.