summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-09-22 18:43:11 +0200
committerPhil Sutter <phil@nwl.cc>2024-03-20 17:13:10 +0100
commit840cb6df16973139a1981fcec276f59d3b92bb46 (patch)
tree8876fa8e684662a7006199e0303e00bc1c7cec7b /doc
parent4e1f1a19795bb8c28162c4cb98707c5dd4009e1b (diff)
doc: libnftables-json: Drop invalid ops from match expression
These make no sense there and are listed again in BINARY OPERATION. Fixes: 872f373dc50f7 ("doc: Add JSON schema documentation") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/libnftables-json.adoc5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc
index ee79b959..3948a0ba 100644
--- a/doc/libnftables-json.adoc
+++ b/doc/libnftables-json.adoc
@@ -686,11 +686,6 @@ processing continues with the next rule in the same chain.
==== OPERATORS
[horizontal]
-*&*:: Binary AND
-*|*:: Binary OR
-*^*:: Binary XOR
-*<<*:: Left shift
-*>>*:: Right shift
*==*:: Equal
*!=*:: Not equal
*<*:: Less than