[Bug 1329] New: flush set not working: "Could not process rule: Invalid argument"
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue Mar 26 09:30:13 CET 2019
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>
More information about the netfilter-buglog
mailing list