summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/chain_binding.nft
blob: b381ec540faec2c59d0370acdb969fd8914cd041 (plain)
1
2
3
4
5
6
7
# d0e2c7de92c7 ("netfilter: nf_tables: add NFT_CHAIN_BINDING")
# v5.9-rc1~133^2~302^2~1
table ip t {
	chain c {
		jump { counter; }
	}
}