summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/reset_tcp_options.nft
blob: 47d1c7b8c5a9f063260b4737ad6fcd296ffe0b24 (plain)
1
2
3
4
5
table inet t {
        chain c {
		reset tcp option fastopen
	}
}