Displaying 1 result from an estimated 1 matches for "spamhaus_drop".
2017 Aug 26
5
[Bug 1180] New: Can't create a set with both timeout and interval flags at the same time
...: 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 support...