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 --- tests/py/any/ct.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/py/any/ct.t') diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index cc4f8e19..7cb49c26 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -101,3 +101,5 @@ ct invalid;fail ct invalid original;fail ct set invalid original 42;fail ct set invalid 42;fail + +notrack;ok -- cgit v1.2.3