summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/libnftables-json.adoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc
index 6000e98d..ab11d7df 100644
--- a/doc/libnftables-json.adoc
+++ b/doc/libnftables-json.adoc
@@ -895,15 +895,15 @@ Queue the packet to userspace.
=== VERDICT MAP
[verse]
*{ "vmap": {
- "left":* 'EXPRESSION'*,
- "right":* 'EXPRESSION'
+ "key":* 'EXPRESSION'*,
+ "data":* 'EXPRESSION'
*}}*
Apply a verdict conditionally.
-*left*::
+*key*::
Map key.
-*right*::
+*data*::
Mapping expression consisting of value/verdict pairs.
=== CT COUNT
@@ -972,15 +972,15 @@ exactly two elements is expected.
=== MAP
[verse]
*{ "map": {
- "left":* 'EXPRESSION'*,
- "right":* 'EXPRESSION'
+ "key":* 'EXPRESSION'*,
+ "data":* 'EXPRESSION'
*}}*
Map a key to a value.
-*left*::
+*key*::
Map key.
-*right*::
+*data*::
Mapping expression consisting of value/target pairs.
=== PREFIX