[Bug 1249] set update with timeout 0s removes timeout
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Jul 22 17:40:09 CEST 2020
https://bugzilla.netfilter.org/show_bug.cgi?id=1249
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
I think this is what you're requesting, it's available upstream since 0.9.3
commit a87f2a2227be29cc1e91f3301cec963f02aa5178
Author: Ander Juaristi <a at juaristi.eus>
Date: Tue Jul 9 20:03:52 2019 +0200
netfilter: support for element deletion
This patch implements element deletion from ruleset.
Example:
table ip set-test {
set testset {
type ipv4_addr;
flags timeout;
}
chain outputchain {
policy accept;
type filter hook output priority filter;
delete @testset { ip saddr }
}
}
--
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/20200722/8188be61/attachment-0001.html>
More information about the netfilter-buglog
mailing list