summaryrefslogtreecommitdiffstats
path: root/doc/nft.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nft.xml')
-rw-r--r--doc/nft.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 57cf5cf1..4d0e89cd 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -3864,6 +3864,7 @@ ip6 filter output log flags all
<command>ct</command>
<group choice="req">
<arg>mark</arg>
+ <arg>eventmask</arg>
<arg>label</arg>
<arg>zone</arg>
</group>
@@ -3894,6 +3895,12 @@ ip6 filter output log flags all
</thead>
<tbody>
<row>
+ <entry>eventmask</entry>
+ <entry>conntrack event bits</entry>
+ <entry>bitmask, integer (32 bit)</entry>
+ </row>
+
+ <row>
<entry>helper</entry>
<entry>name of ct helper object to assign to the connection</entry>
<entry>quoted string</entry>
@@ -3940,6 +3947,14 @@ table inet raw {
}
</programlisting>
</example>
+ <example>
+ <title>restrict events reported by ctnetlink</title>
+ <programlisting>
+ct eventmask set new or related or destroy
+ </programlisting>
+ </example>
+
+
</para>
</refsect2>
<refsect2>