summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0010_implicit_chain_0.nft
blob: aba92c0e5065f733aa7f6d584044b8dcfdb992d5 (plain)
1
2
3
4
5
6
7
table ip f {
	chain c {
		jump {
			accept
		}
	}
}