From 585be42f5f9e5d3322e309ae6f84cc641b5927c5 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 17 Jul 2019 12:46:46 +0200 Subject: tests: py: add missing json outputs Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching") Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- 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 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" + ] + } + } +] -- cgit v1.2.3