diff mbox series

[nft] doc: libnftables-json: Drop invalid ops from match expression

Message ID 20240320161255.24129-1-phil@nwl.cc
State Accepted
Headers show
Series [nft] doc: libnftables-json: Drop invalid ops from match expression | expand

Commit Message

Phil Sutter March 20, 2024, 4:12 p.m. UTC
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 | 5 -----
 1 file changed, 5 deletions(-)

Comments

Phil Sutter March 20, 2024, 5:03 p.m. UTC | #1
On Wed, Mar 20, 2024 at 05:12:55PM +0100, Phil Sutter wrote:
> 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>

Patch applied.
diff mbox series

Patch

diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc
index 582b09db7d103..e3b24cc4ed60d 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