summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-12-07 10:06:21 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-12-07 10:06:21 +0100
commite07ff761686629a3a7cf5af67f281a5b6ce4d8c5 (patch)
tree74da94483e1bd36a4d5868ab933c40d014762716
parenta10a4d9291181a142ff85b0db8f2907cd05b978f (diff)
doc: fix wrong documentation on NFQNL_COPY_NONE
NFQNL_COPY_NONE means noop and should not be used. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/libnetfilter_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnetfilter_queue.c b/src/libnetfilter_queue.c
index b2ca219..08c4039 100644
--- a/src/libnetfilter_queue.c
+++ b/src/libnetfilter_queue.c
@@ -569,7 +569,7 @@ int nfq_handle_packet(struct nfq_handle *h, char *buf, int len)
* Sets the amount of data to be copied to userspace for each packet queued
* to the given queue.
*
- * - NFQNL_COPY_NONE - do not copy any data
+ * - NFQNL_COPY_NONE - noop, do not use it
* - NFQNL_COPY_META - copy only packet metadata
* - NFQNL_COPY_PACKET - copy entire packet
*