summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2013-04-13 11:52:22 +0200
committerFlorian Westphal <fw@strlen.de>2013-04-13 11:56:27 +0200
commite816ac4fa83f65a5d7d40445c72aa1c3e811cb78 (patch)
treeeefec05a3a152636e37252b1b09f427b38043b15 /extensions
parentd09cc98b481efc6ea121ce7acd739a87a381c6ed (diff)
libxt_NFQUEUE: fix bypass option documentation
Steve Caligo points out that the documentation says 'packet will move on to the next rule'. This is incorrect; packet moves to the next table. nf bugzilla #778. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_NFQUEUE.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_NFQUEUE.man b/extensions/libxt_NFQUEUE.man
index 910e3863..f11e0c89 100644
--- a/extensions/libxt_NFQUEUE.man
+++ b/extensions/libxt_NFQUEUE.man
@@ -21,5 +21,5 @@ Packets belonging to the same connection are put into the same nfqueue.
.TP
\fB\-\-queue\-bypass\fP
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 is silently bypassed instead. The packet
-will move on to the next rule.
+are dropped. When this option is used, the NFQUEUE rule behaves like ACCEPT instead, and the packet
+will move on to the next table.