bugzilla-daemon at netfilter.org
2019-Mar-26 08:30 UTC
[Bug 1329] New: flush set not working: "Could not process rule: Invalid argument"
https://bugzilla.netfilter.org/show_bug.cgi?id=1329 Bug ID: 1329 Summary: flush set not working: "Could not process rule: Invalid argument" Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: email at cs-ware.de # nft -i nft> add table inet filter nft> add set inet filter someset { type ipv4_addr; } nft> add element inet filter someset { 1.1.1.1 } nft> list ruleset table inet filter { set someset { type ipv4_addr elements = { 1.1.1.1 } } } nft> flush set inet filter someset Error: Could not process rule: Invalid argument flush set inet filter someset ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # nft --version nftables v0.7 (Scrooge McDuck) and also verified with # nft --version nftables v0.9.0 (Fearless Fosdick) # cat /proc/version Linux version 4.9.0-8-amd64 (debian-kernel at lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3 (2019-02-02) -- 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/20190326/a3ec1c68/attachment.html>
bugzilla-daemon at netfilter.org
2019-Mar-26 12:39 UTC
[Bug 1329] flush set not working: "Could not process rule: Invalid argument"
https://bugzilla.netfilter.org/show_bug.cgi?id=1329 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- The operation to flush content per set is available since Linux kernel >= 4.10 -- 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/20190326/9faf14b3/attachment.html>
bugzilla-daemon at netfilter.org
2019-Jul-12 10:13 UTC
[Bug 1329] flush set not working: "Could not process rule: Invalid argument"
https://bugzilla.netfilter.org/show_bug.cgi?id=1329 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|ASSIGNED |RESOLVED -- 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/20190712/b6545b6d/attachment.html>
Possibly Parallel Threads
- [Bug 1327] New: Cannot use named set for matching IPv4 networks
- [Bug 1160] New: dnat ip address not shown in nft list output when using port value
- [Bug 1233] New: Problem with import of small iptables rule sets with multiport match
- [Bug 1168] New: type nat hook output doesn't work anymore
- [Bug 1187] New: SIGABRT: "BUG: unknown expression type prefix"