[Bug 1114] New: set: Can't add elements after flushing a full set with size description
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Thu Jan 19 17:35:54 CET 2017
https://bugzilla.netfilter.org/show_bug.cgi?id=1114
Bug ID: 1114
Summary: set: Can't add elements after flushing a full set with
size description
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: elise.lennion at gmail.com
Here an example of this bug.
$ sudo nft add table x
$ sudo nft add set x s {type ipv4_addr\; size 2\;}
$ sudo nft add element x s {1.1.1.1}
$ sudo nft add element x s {1.1.1.2}
$ sudo nft flush set x s
$ sudo nft add element x s {1.1.1.1}
<cmdline>:1:1-26: Error: Could not process rule: Too many open files in system
add element x s {1.1.1.1}
^^^^^^^^^^^^^^^^^^^^^^^^^^
The last commit in libnftnl repo is "7e549c5 examples: Remove the use of
nftnl_mnl_batch_put()"
The last commit in nftables repo is "3eb488 tests: py: Use stateless option on
tests"
--
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/20170119/5c54d93f/attachment.html>
More information about the netfilter-buglog
mailing list