summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/meta.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/meta.t.json')
-rw-r--r--tests/py/ip/meta.t.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/py/ip/meta.t.json b/tests/py/ip/meta.t.json
index f83864f6..3df31ce3 100644
--- a/tests/py/ip/meta.t.json
+++ b/tests/py/ip/meta.t.json
@@ -140,3 +140,19 @@
"accept": null
}
]
+
+# meta protocol ip udp dport 67
+[
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "field": "dport",
+ "protocol": "udp"
+ }
+ },
+ "op": "==",
+ "right": 67
+ }
+ }
+]