diff options
Diffstat (limited to '')
-rw-r--r-- | tests/shell/features/sctp_chunks.nft | 7 |
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 0000000..520afd6 --- /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 + } +} |