summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_NFQUEUE.man
diff options
context:
space:
mode:
authorholger@eitzenberger.org <holger@eitzenberger.org>2013-04-02 00:35:39 +0000
committerPablo Neira Ayuso <pablo@soleta.eu>2013-05-29 19:26:03 +0200
commitce7d0619ce49587ca78456caf467cf25f7cbbc4e (patch)
tree1a3a4669324fc3048c119354c75dd1faf26a6145 /extensions/libxt_NFQUEUE.man
parentaef9c366d1761fd2d2013250df699f3dd5a4b708 (diff)
extensions: libxt_NFQUEUE: add --queue-cpu-fanout parameter
Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libxt_NFQUEUE.man')
-rw-r--r--extensions/libxt_NFQUEUE.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/libxt_NFQUEUE.man b/extensions/libxt_NFQUEUE.man
index f11e0c89..7a991291 100644
--- a/extensions/libxt_NFQUEUE.man
+++ b/extensions/libxt_NFQUEUE.man
@@ -23,3 +23,10 @@ Packets belonging to the same connection are put into the same nfqueue.
By default, if no userspace program is listening on an NFQUEUE, then all packets that are to be queued
are dropped. When this option is used, the NFQUEUE rule behaves like ACCEPT instead, and the packet
will move on to the next table.
+.PP
+.TP
+\fB\-\-queue\-cpu-fanout\fP
+Available starting Linux kernel 3.10. When used together with
+\fB--queue-balance\fP this will use the CPU ID as an index to map packets to
+the queues. The idea is that you can improve performance if there's a queue
+per CPU. This requires \fB--queue-balance\fP to be specified.