[Bug 1180] New: Can't create a set with both timeout and interval flags at the same time
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sat Aug 26 14:11:13 CEST 2017
https://bugzilla.netfilter.org/show_bug.cgi?id=1180
Bug ID: 1180
Summary: Can't create a set with both timeout and interval
flags at the same time
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: flnf at prout.be
root at ns:~# nft add set inet filter spamhaus_DROP { type ipv4_addr \; flags
interval \; size 65535 \;}
root at ns:~# nft delete set inet filter spamhaus_DROP
root at ns:~# nft add set inet filter spamhaus_DROP { type ipv4_addr \; flags
interval, timeout \; size 65535 \;}
<cmdline>:1:1-93: Error: Could not process rule: Operation not supported
add set inet filter spamhaus_DROP { type ipv4_addr ; flags interval, timeout ;
size 65535 ;}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
root at ns:~# nft add set inet filter spamhaus_DROP { type ipv4_addr \; flags
timeout \; size 65535 \;}
root at ns:~#
--
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/20170826/f0008e8e/attachment.html>
More information about the netfilter-buglog
mailing list