Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching")
Signed-off-by: Fernando Fernandez Mancera <ffmanc...@riseup.net>
---
 tests/py/inet/synproxy.t.json | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/tests/py/inet/synproxy.t.json b/tests/py/inet/synproxy.t.json
index 313fa9f..92c69d7 100644
--- a/tests/py/inet/synproxy.t.json
+++ b/tests/py/inet/synproxy.t.json
@@ -69,3 +69,28 @@
         }
     }
 ]
+
+# synproxy mss 1460 wscale 5 timestamp sack-perm
+[
+    {
+        "synproxy": {
+            "flags": [
+                "timestamp",
+                "sack-perm"
+            ],
+            "mss": 1460,
+            "wscale": 5
+        }
+    }
+]
+
+# synproxy sack-perm
+[
+    {
+        "synproxy": {
+            "flags": [
+                "sack-perm"
+            ]
+        }
+    }
+]
-- 
2.20.1

Reply via email to