All of lore.kernel.org
 help / color / mirror / Atom feed
* [nft PATCH] doc: libnftables-json: Drop invalid ops from match expression
@ 2024-03-20 16:12 Phil Sutter
  2024-03-20 17:03 ` Phil Sutter
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Sutter @ 2024-03-20 16:12 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

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(-)

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
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nft PATCH] doc: libnftables-json: Drop invalid ops from match expression
  2024-03-20 16:12 [nft PATCH] doc: libnftables-json: Drop invalid ops from match expression Phil Sutter
@ 2024-03-20 17:03 ` Phil Sutter
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Sutter @ 2024-03-20 17:03 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-20 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 16:12 [nft PATCH] doc: libnftables-json: Drop invalid ops from match expression Phil Sutter
2024-03-20 17:03 ` Phil Sutter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.