bugzilla-daemon at netfilter.org
2014-May-07 07:23 UTC
[Bug 924] New: Range: It is not possible invert a range of ip address
https://bugzilla.netfilter.org/show_bug.cgi?id=924
Summary: Range: It is not possible invert a range of ip address
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey at gmail.com
Estimated Hours: 0.0
BUG: Is not possible invert a range of ip address. Here an example of this bug.
$ sudo nft add rule ip test input ip daddr != 192.168.1.2-192.168.1.55
BUG: invalid data expression type range
nft: src/netlink.c:300: netlink_gen_data: Assertion `0' failed.
The last commit in Pablo git tree of kernel is "40e6442 netfilter:
x_tables:
allow to use cgroup match for LOCAL_IN nf hooks"
The last commit in libmnl repo is "090a842 examples: use
mnl_socket_setsockopt"
The last commit in libnftnl repo is "57107c2 common: fix unconditional
output
of event wrapping stuff"
The last commit in nftables repo is "aefa9bf expression: Fix inconsistent
output in set"
--
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
2014-May-28 10:13 UTC
[Bug 924] Range: It is not possible invert a range of ip address
https://bugzilla.netfilter.org/show_bug.cgi?id=924 --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2014-05-28 12:13:18 CEST --- *** Bug 934 has been marked as a duplicate of this bug. *** -- 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
2014-Jun-05 15:04 UTC
[Bug 924] Range: It is not possible invert a range of ip address
https://bugzilla.netfilter.org/show_bug.cgi?id=924
Alvaro <alvaroneay at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |alvaroneay at gmail.com
Resolution| |FIXED
--- Comment #2 from Alvaro <alvaroneay at gmail.com> 2014-06-05 17:04:53
CEST ---
This bug has been fixed with the patch:
https://git.netfilter.org/nftables/commit/?id=c000b14c35bf7722225a334ea3461976e78561dd
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.