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.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to