summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 9e979af3..6a95ea68 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -883,6 +883,7 @@ filter input iif $int_ifs accept
<arg choice="opt">elements = { <replaceable>element</replaceable>[,...] } ;</arg>
<arg choice="opt">size <replaceable>size</replaceable> ;</arg>
<arg choice="opt">policy <replaceable>policy</replaceable> ;</arg>
+ <arg choice="opt">auto-merge <replaceable>auto-merge</replaceable> ;</arg>
}
</cmdsynopsis>
<cmdsynopsis>
@@ -1013,6 +1014,11 @@ filter input iif $int_ifs accept
<entry>set policy</entry>
<entry>string: performance [default], memory</entry>
</row>
+ <row>
+ <entry>auto-merge</entry>
+ <entry>automatic merge of adjacent/overlapping set elements (only for interval sets)</entry>
+ <entry></entry>
+ </row>
</tbody>
</tgroup>
</table>