From b20872b59bef8dcb83be21bbbf3d0cf1cb5bbd59 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 12 Nov 2021 12:23:33 +0100 Subject: 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 --- tests/py/ip6/meta.t.json.output | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + } + } +] + -- cgit v1.2.3