summaryrefslogtreecommitdiffstats
path: root/utils/ctnl_test.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-06 17:39:00 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-06 17:39:00 +0000
commit84f120b150d14adb1cefec601e28b2522612a620 (patch)
treecc96e2849a8e7be3ec9a36759b8fe5ad84d0ffa4 /utils/ctnl_test.c
parent04678e577c875efdefc93a0450688ca60cc93cd8 (diff)
- add warning note to ctnl_test.c: old API is deprecated
- split expect_api_test.c into small example files expect_*.c - introduce alias tags for original tuple attributes - introduce nfexp_sizeof and nfexp_maxsize - build expectation attributes iif they are set - fix l3num setting in expect/build.c
Diffstat (limited to 'utils/ctnl_test.c')
-rw-r--r--utils/ctnl_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ctnl_test.c b/utils/ctnl_test.c
index 78f26d6..381f697 100644
--- a/utils/ctnl_test.c
+++ b/utils/ctnl_test.c
@@ -7,6 +7,10 @@
* (at your option) any later version.
*
* libnetfilter_conntrack test file: yet incomplete
+ *
+ * XXX: This is the test file for the *old* libnetfilter_conntrack API.
+ * Please, do not use this API for new applications since the old
+ * API will be removed soon.
*/
#include <stdio.h>