From: Pablo Neira Ayuso Date: Fri, 12 Nov 2021 11:23:33 +0000 (+0100) Subject: tests: py: missing json output update in ip6/meta.t X-Git-Tag: v1.0.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b20872b59bef8dcb83be21bbbf3d0cf1cb5bbd59;p=thirdparty%2Fnftables.git tests: py: missing json output update in ip6/meta.t Update json output for 'meta protocol ip6 udp dport 67'. Fixes: 646c5d02a5db ("rule: remove redundant meta protocol from the evaluation step") Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/py/ip6/meta.t.json.output b/tests/py/ip6/meta.t.json.output index dede9b16..61adf184 100644 --- a/tests/py/ip6/meta.t.json.output +++ b/tests/py/ip6/meta.t.json.output @@ -46,3 +46,19 @@ } ] +# meta protocol ip6 udp dport 67 +[ + { + "match": { + "left": { + "payload": { + "field": "dport", + "protocol": "udp" + } + }, + "op": "==", + "right": 67 + } + } +] +