]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_NFQUEUE: fix bypass option documentation
authorFlorian Westphal <fw@strlen.de>
Sat, 13 Apr 2013 09:52:22 +0000 (11:52 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 13 Apr 2013 09:56:27 +0000 (11:56 +0200)
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>
extensions/libxt_NFQUEUE.man

index 910e3863a3e4407cd423cd04a1396bf8c89ac298..f11e0c89cc9f32217abbed3948879e91911b3f67 100644 (file)
@@ -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.