All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ismo Puustinen <ismo.puustinen@intel.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 1/3] scanner: add files in include dirs in alphabetical order.
Date: Wed, 7 Jun 2017 12:09:07 +0200	[thread overview]
Message-ID: <20170607100907.GA4875@salvia> (raw)
In-Reply-To: <20170607083559.10051-1-ismo.puustinen@intel.com>

On Wed, Jun 07, 2017 at 11:35:57AM +0300, Ismo Puustinen wrote:
> This means that if you have a directory structure like this
> 
>     /foo
>     /foo/02_rules.nft
>     /foo/01_rules.nft
> 
> where *.nft files in directory /foo are nft scripts, then an include
> statement in another nft script like this
> 
>     include "/foo/"
> 
> guarantees that "01_rules.nft" is loaded before "02_rules.nft".

OK, that was fast.

Applied with comestic coding style changes, thanks Ismo!

Do not hesitate to follow up in case of any fallout from this update.

  parent reply	other threads:[~2017-06-07 10:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-07  8:35 [PATCH 1/3] scanner: add files in include dirs in alphabetical order Ismo Puustinen
2017-06-07  8:35 ` [PATCH 2/3] man: add include directory documentation Ismo Puustinen
2017-06-07 10:09   ` Pablo Neira Ayuso
2017-06-07  8:35 ` [PATCH 3/3] tests: added tests for ordering files in include dirs Ismo Puustinen
2017-06-07 10:09 ` Pablo Neira Ayuso [this message]
2017-06-07 19:40 ` [PATCH 1/3] scanner: add files in include dirs in alphabetical order Arturo Borrero Gonzalez
2017-06-08 10:17   ` Pablo Neira Ayuso
2017-06-08 16:37     ` Arturo Borrero Gonzalez
2017-06-12  8:10       ` Pablo Neira Ayuso

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=20170607100907.GA4875@salvia \
    --to=pablo@netfilter.org \
    --cc=ismo.puustinen@intel.com \
    --cc=netfilter-devel@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.