summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/synproxy.nft
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-11-21 21:13:19 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-11-22 10:14:10 +0100
commit1881cd676e24903b837f63cabd3e4f6fb25e0a24 (patch)
treeb20e42dff3f998279580fd7607faedcd88e888f8 /tests/shell/features/synproxy.nft
parent72753990520d51c18f91db0412c05ca46a92e45e (diff)
tests: shell: skip synproxy test if kernel does not support it
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/features/synproxy.nft')
-rw-r--r--tests/shell/features/synproxy.nft9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/shell/features/synproxy.nft b/tests/shell/features/synproxy.nft
new file mode 100644
index 00000000..bea4f920
--- /dev/null
+++ b/tests/shell/features/synproxy.nft
@@ -0,0 +1,9 @@
+# v5.3-rc1~140^2~44^2~10
+# ad49d86e07a4 ("netfilter: nf_tables: Add synproxy support")
+table inet x {
+ synproxy https-synproxy {
+ mss 1460
+ wscale 7
+ timestamp sack-perm
+ }
+}