Displaying 2 results from an estimated 2 matches for "netlink_gen_data".
2014 May 07
2
[Bug 924] New: Range: It is not possible invert a range of ip address
...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 "571...
2014 May 13
1
[Bug 934] New: frag: Invert a range in frag
...Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey at gmail.com
Estimated Hours: 0.0
Here a example of this bug:
$ sudo nft add rule ip test input frag id != 22-26
? 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 "571...