bugzilla-daemon at netfilter.org
2016-Oct-08 19:09 UTC
[Bug 1090] New: Named sets: comments disappear with flags interval
https://bugzilla.netfilter.org/show_bug.cgi?id=1090
Bug ID: 1090
Summary: Named sets: comments disappear with flags interval
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: netfilter at d9c.eu
System: Archlinux, nft 0.6, linux 4.7.6
>table inet filter {
> set spamhaus {
> type ipv4_addr
> flags interval
> }
>...
>$ nft add element inet filter spamhaus { 1.2.3.4 comment \"test\"
}
>$nft list set inet filter spamhaus
table inet filter {
set spamhaus {
type ipv4_addr
flags interval
elements = { 1.2.3.4}
}
}
This does not happen with for example the timeout flag.
--
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/20161008/1ee7ced2/attachment.html>
bugzilla-daemon at netfilter.org
2016-Nov-08 23:21 UTC
[Bug 1090] Named sets: comments disappear with flags interval
https://bugzilla.netfilter.org/show_bug.cgi?id=1090
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
http://patchwork.ozlabs.org/patch/692524/
--
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/20161108/ffd2b8ca/attachment.html>
bugzilla-daemon at netfilter.org
2016-Nov-09 19:10 UTC
[Bug 1090] Named sets: comments disappear with flags interval
https://bugzilla.netfilter.org/show_bug.cgi?id=1090
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Upstream commit already available to resolve this at:
http://git.netfilter.org/nftables/commit/?id=e26bf1db610464fd3c3b5040715ddbcb68bcbcab
This will show up in the upcoming nft 0.7.
--
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/20161109/73b7b6df/attachment.html>
Maybe Matching Threads
- [Bug 1449] New: nft ipv4 set with interval issue
- [Bug 1764] New: mapping IPv4 interval to IPv4 interval works for anonymous maps, but not for named maps
- [bt full included] imap-login: Panic: file client-common.c: line 272 (client_destroy): assertion failed: (client->create_finished)
- [Bug 1180] New: Can't create a set with both timeout and interval flags at the same time
- [Bug 1304] New: issue with interval sets