]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: libnftables-json: Drop invalid ops from match expression
authorPhil Sutter <phil@nwl.cc>
Fri, 22 Sep 2023 16:43:11 +0000 (18:43 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 20 Mar 2024 16:13:10 +0000 (17:13 +0100)
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>
doc/libnftables-json.adoc

index ee79b959a84883b93f6e43cc7e80a530aeeaa243..3948a0bad47c12d05366543f1ec43791b1e25540 100644 (file)
@@ -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