[Bug 952] New: Wrong output with set intervals and skgid/skuid
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed May 28 20:20:38 CEST 2014
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.
More information about the netfilter-buglog
mailing list