From: Fernando Fernandez Mancera Date: Wed, 17 Jul 2019 10:46:46 +0000 (+0200) Subject: tests: py: add missing json outputs X-Git-Tag: v0.9.2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=585be42f5f9e5d3322e309ae6f84cc641b5927c5;p=thirdparty%2Fnftables.git tests: py: add missing json outputs Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching") Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- 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" + ] + } + } +]