[Bug 1243] New: Wildcard can only include <16 files
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sat Apr 14 22:45:46 CEST 2018
https://bugzilla.netfilter.org/show_bug.cgi?id=1243
Bug ID: 1243
Summary: Wildcard can 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/*"'
Error: Include nested too deeply, max 16 levels
include "./rules/*"
^^^^^^^^^^^^^^^^^^^^
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180414/699a823c/attachment.html>
More information about the netfilter-buglog
mailing list