From: Florian Westphal Date: Mon, 26 Feb 2024 08:45:43 +0000 (+0100) Subject: tests: py: add missing json.output data X-Git-Tag: v1.1.0~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f58e72a2f5aa134653e7ee8b5432b23eb0674c3c;p=thirdparty%2Fnftables.git tests: py: add missing json.output data Fixes: bridge/vlan.t: WARNING: line 56: ... Fixes: 8b9ae77598b4 ("tests: never merge across non-expression statements redux 2") Signed-off-by: Florian Westphal --- diff --git a/tests/py/bridge/vlan.t.json.output b/tests/py/bridge/vlan.t.json.output index 2f90c8ffd..eea2d4111 100644 --- a/tests/py/bridge/vlan.t.json.output +++ b/tests/py/bridge/vlan.t.json.output @@ -202,3 +202,34 @@ } } ] + +# ether saddr 00:11:22:33:44:55 counter ether type 8021q +[ + { + "match": { + "left": { + "payload": { + "field": "saddr", + "protocol": "ether" + } + }, + "op": "==", + "right": "00:11:22:33:44:55" + } + }, + { + "counter": null + }, + { + "match": { + "left": { + "payload": { + "field": "type", + "protocol": "ether" + } + }, + "op": "==", + "right": "8021q" + } + } +]