summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2019-07-17 12:46:46 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-07-17 13:40:38 +0200
commit585be42f5f9e5d3322e309ae6f84cc641b5927c5 (patch)
tree65d876b97bf33e1ba37d9faf5d5914c4abd15490
parent5d77318f89f0e3be71148d319289b697222c5824 (diff)
tests: py: add missing json outputs
Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching") Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--tests/py/inet/synproxy.t.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/py/inet/synproxy.t.json b/tests/py/inet/synproxy.t.json
index 313fa9fe..92c69d75 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"
+ ]
+ }
+ }
+]