Fixes: 2e56f533b36a ("doc: Improve example in libnftables-json(5)") Fixes: 90d4ee087171 ("JSON: Make match op mandatory, introduce 'in' operator") Signed-off-by: Štěpán Němec <snemec@xxxxxxxxxx> --- doc/libnftables-json.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc index f67de33482a9..9cc17ff26306 100644 --- a/doc/libnftables-json.adoc +++ b/doc/libnftables-json.adoc @@ -91,7 +91,7 @@ translates into JSON as such: { "add": { "chain": { "family": "inet", "table": "mytable", - "chain": "mychain" + "name": "mychain" }}}, { "add": { "rule": { "family": "inet", @@ -99,6 +99,7 @@ translates into JSON as such: "chain": "mychain", "expr": [ { "match": { + "op": "==", "left": { "payload": { "protocol": "tcp", "field": "dport" -- 2.33.0