From: Phil Sutter Date: Fri, 22 Sep 2023 16:43:11 +0000 (+0200) Subject: doc: libnftables-json: Drop invalid ops from match expression X-Git-Tag: v1.1.0~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=840cb6df16973139a1981fcec276f59d3b92bb46;p=thirdparty%2Fnftables.git 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 --- 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