Displaying 1 result from an estimated 1 matches for "ipstanistreet".
2018 Apr 14
10
[Bug 1243] New: Wildcard can only include <16 files
...only include <16 files
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: ipstanistreet at gmail.com
When an include statement matches 16 or more files, it results in 'Error:
Include nested too deeply, max 16 levels'.
nftables version: 0.8.3 (arch pkg 1:0.8.3-1).
To Reproduce:
$ mkdir ./rules
$ for i in {1..16}; do touch ./rules/$i; done
$ nft include '"./rules/*&q...