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 ++ tests/py/any/ct.t.payload | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'tests/py') 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 diff --git a/tests/py/any/ct.t.payload b/tests/py/any/ct.t.payload index 746b75e3..26aeec31 100644 --- a/tests/py/any/ct.t.payload +++ b/tests/py/any/ct.t.payload @@ -341,3 +341,7 @@ ip test-ip4 output [ immediate reg 1 0x00000000 0x00000000 0x00000000 0x80000000 ] [ ct set label with reg 1 ] +# notrack +ip test-ip4 output + [ notrack ] + -- cgit v1.2.3