summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/sctp_chunks.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/sctp_chunks.nft')
-rw-r--r--tests/shell/features/sctp_chunks.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/sctp_chunks.nft b/tests/shell/features/sctp_chunks.nft
new file mode 100644
index 00000000..520afd64
--- /dev/null
+++ b/tests/shell/features/sctp_chunks.nft
@@ -0,0 +1,7 @@
+# 133dc203d77d ("netfilter: nft_exthdr: Support SCTP chunks")
+# v5.14-rc1~119^2~373^2~15
+table ip t {
+ chain c {
+ sctp chunk init 0
+ }
+}