From 0c7ac359d0ad22843837b3d4fe23154898f25734 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:36:15 +0000 Subject: Apply patch 0023-doc-Document-notrack-statement.patch patch_name: 0023-doc-Document-notrack-statement.patch present_in_specfile: true location_in_specfile: 23 --- diff --git a/doc/statements.txt b/doc/statements.txt index 3b82436..749533a 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -262,6 +262,20 @@ table inet raw { ct event set new,related,destroy -------------------------------------- +NOTRACK STATEMENT +~~~~~~~~~~~~~~~~~ +The notrack statement allows to disable connection tracking for certain +packets. + +[verse] +*notrack* + +Note that for this statement to be effective, it has to be applied to packets +before a conntrack lookup happens. Therefore, it needs to sit in a chain with +either prerouting or output hook and a hook priority of -300 or less. + +See SYNPROXY STATEMENT for an example usage. + META STATEMENT ~~~~~~~~~~~~~~ A meta statement sets the value of a meta expression. The existing meta fields