From a84921d7c0de950632ab4630dd4f7ad763e9e453 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 14 Nov 2016 22:19:07 +0100 Subject: src: add notrack support This patch adds the notrack statement, to skip connection tracking for certain packets. Signed-off-by: Pablo Neira Ayuso --- include/ct.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ct.h') 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 */ -- cgit v1.2.3