summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/sctp_chunks.nft
blob: 520afd64bd2ec3ccf687b925eca4569988d8bb77 (plain)
1
2
3
4
5
6
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
	}
}