bugzilla-daemon at netfilter.org
2014-May-13 12:46 UTC
[Bug 939] New: extensions: NFQUEUE: missing cpu-fanout
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.
Maybe Matching Threads
- [Bug 933] New: queue: Incorrect use of option with queue
- [Bug 992] New: Missing space between NFQUEUE extra parameters
- [Bug 1322] New: Accepting in an nfqueue breaks multi-chain processing
- Netfilter QUEUE (NFQUEUE) Support on XEN based VPS
- [Bug 918] New: Ranges and comparat