[Bug 939] New: extensions: NFQUEUE: missing cpu-fanout
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue May 13 14:46:28 CEST 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=939
Summary: extensions: NFQUEUE: missing cpu-fanout
Product: netfilter/iptables
Version: linux-2.6.x
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ip_tables (kernel)
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: anarey at gmail.com
Estimated Hours: 0.0
Here an example:
$ sudo ./iptables -A OUTPUT -j NFQUEUE --queue-balance 2:5 --queue-cpu-fanout
--queue-bypass
$ sudo ./iptables -L OUTPUT
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
NFQUEUE all -- anywhere anywhere NFQUEUE balance
2:5 bypass
It is missing cpu-fanout option in the rule.
The last commit in iptables repo is 60f0063 nft: replace nft_rule_attr_get_u8
--
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