[Bug 1090] New: Named sets: comments disappear with flags interval
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sat Oct 8 21:09:56 CEST 2016
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>
More information about the netfilter-buglog
mailing list