bugzilla-daemon at netfilter.org
2014-May-28 18:20 UTC
[Bug 952] New: Wrong output with set intervals and skgid/skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=952 Summary: Wrong output with set intervals and skgid/skuid Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: anarey at gmail.com Estimated Hours: 0.0 There is a problem when nft list a range in a set: * We add the following rule, and It does not show any error. $ sudo nft add rule ip test input meta skuid {101-105} accept * Then, We list the table with this range: sudo nft list table ip test table ip test { chain input { skuid { 1694498816-1778384895 } accept } } It happens the same with skuid parameter. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
bugzilla-daemon at netfilter.org
2015-Jan-07 17:02 UTC
[Bug 952] Wrong output with set intervals and skgid/skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=952 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- Fixed in: http://git.netfilter.org/nftables/commit/?id=87ed152ebf561f20a2b5e23f2cf91e56a8d01838 -- 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/20150107/b32089ca/attachment.html>
Reasonably Related Threads
- [Bug 1210] New: nftables gets confused by user namespaces when meta skuid is used
- [ANNOUNCE]: Release of nftables 0.2
- [Bug 954] New: iffname doesn't work with sets.
- [Bug 898] New: You can not add a non-name set with more than 255 elements aprox. Do not show any error.
- [Bug 897] New: Numbers of caracter in the name of set.