summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-11-12 12:23:33 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-12 12:31:38 +0100
commitb20872b59bef8dcb83be21bbbf3d0cf1cb5bbd59 (patch)
tree877482f445f565d5ab417c1ea43fd106e296bde0 /tests
parent69975857f505dca9b425e564c61b1ff6df0c492f (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/py/ip6/meta.t.json.output16
1 files changed, 16 insertions, 0 deletions
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
+ }
+ }
+]
+