summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0015check_jump_loop_1.nft
blob: 429dd494f0bd3fcb1cc0dc221ea0de56e45f2fb7 (plain)
1
2
3
4
5
6
7
8
table ip t {
	chain c1 {
		jump c2
	}

	chain c2 {
	}
}