summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-05-10 16:56:28 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-05-10 16:56:28 +0200
commit6b4e0a01259a80d91d0eaea01281372b594f05b1 (patch)
treedd84c71c2019e05d54f33948b9eebce6f39676c0
parent8b173fbff19d57c35c4578643e12c2956d88639b (diff)
doc: remove references to deprecated nfq_set_verdict_mark()
Now, we refer to nfq_set_verdict2() instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/libnetfilter_queue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnetfilter_queue.c b/src/libnetfilter_queue.c
index d4293d4..cc19e6a 100644
--- a/src/libnetfilter_queue.c
+++ b/src/libnetfilter_queue.c
@@ -217,7 +217,7 @@ struct nfnl_handle *nfq_nfnlh(struct nfq_handle *h)
}
\endverbatim
* When the decision on a packet has been choosed, the verdict has to be given
- * by calling nfq_set_verdict() or nfq_set_verdict_mark(). The verdict
+ * by calling nfq_set_verdict() or nfq_set_verdict2(). The verdict
* determines the destiny of the packet as follows:
*
* - NF_DROP discarded the packet
@@ -682,7 +682,7 @@ static int __set_verdict(struct nfq_q_handle *qh, u_int32_t id,
*
* Notifies netfilter of the userspace verdict for the given packet. Every
* queued packet _must_ have a verdict specified by userspace, either by
- * calling this function, or by calling the nfq_set_verdict_mark() function.
+ * calling this function, or by calling the nfq_set_verdict2() function.
*
* \return -1 on error; >= 0 otherwise.
*/