summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/reset_tcp_options.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/reset_tcp_options.nft')
-rw-r--r--tests/shell/features/reset_tcp_options.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/features/reset_tcp_options.nft b/tests/shell/features/reset_tcp_options.nft
new file mode 100644
index 00000000..47d1c7b8
--- /dev/null
+++ b/tests/shell/features/reset_tcp_options.nft
@@ -0,0 +1,5 @@
+table inet t {
+ chain c {
+ reset tcp option fastopen
+ }
+}