From 840cb6df16973139a1981fcec276f59d3b92bb46 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 22 Sep 2023 18:43:11 +0200 Subject: [PATCH] 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 --- doc/libnftables-json.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc index ee79b959a..3948a0bad 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 -- 2.47.2