summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/objects.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/objects.t.json')
-rw-r--r--tests/py/ip/objects.t.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/py/ip/objects.t.json b/tests/py/ip/objects.t.json
index 596ad188..634f1921 100644
--- a/tests/py/ip/objects.t.json
+++ b/tests/py/ip/objects.t.json
@@ -200,3 +200,30 @@
}
]
+# synproxy name tcp dport map {443 : "synproxy1", 80 : "synproxy2"}
+[
+ {
+ "synproxy": {
+ "map": {
+ "key": {
+ "payload": {
+ "field": "dport",
+ "protocol": "tcp"
+ }
+ },
+ "data": {
+ "set": [
+ [
+ 80,
+ "synproxy2"
+ ],
+ [
+ 443,
+ "synproxy1"
+ ]
+ ]
+ }
+ }
+ }
+ }
+]