]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: add missing json outputs
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Wed, 17 Jul 2019 10:46:46 +0000 (12:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 17 Jul 2019 11:40:38 +0000 (13:40 +0200)
Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching")
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/inet/synproxy.t.json

index 313fa9fe11e3301f3ae32ffc3e8010b9b1f262dc..92c69d75161aa9bdca39d0bf42412dbcd046b2fd 100644 (file)
         }
     }
 ]
+
+# synproxy mss 1460 wscale 5 timestamp sack-perm
+[
+    {
+        "synproxy": {
+            "flags": [
+                "timestamp",
+                "sack-perm"
+            ],
+            "mss": 1460,
+            "wscale": 5
+        }
+    }
+]
+
+# synproxy sack-perm
+[
+    {
+        "synproxy": {
+            "flags": [
+                "sack-perm"
+            ]
+        }
+    }
+]