summaryrefslogtreecommitdiffstats
path: root/include/ct.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-11-14 22:19:07 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-11-14 22:19:12 +0100
commita84921d7c0de950632ab4630dd4f7ad763e9e453 (patch)
treea2077597cf08c04df2066d1b21d60874f94d36c7 /include/ct.h
parent75bbb065740e184a8d910db014fdb8949cc5f18e (diff)
src: add notrack support
This patch adds the notrack statement, to skip connection tracking for certain packets. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/ct.h')
-rw-r--r--include/ct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ct.h b/include/ct.h
index 0aeeed60..03e76e61 100644
--- a/include/ct.h
+++ b/include/ct.h
@@ -31,4 +31,7 @@ extern struct error_record *ct_dir_parse(const struct location *loc,
const char *str, int8_t *dir);
extern struct error_record *ct_key_parse(const struct location *loc, const char *str,
unsigned int *key);
+
+extern struct stmt *notrack_stmt_alloc(const struct location *loc);
+
#endif /* NFTABLES_CT_H */