summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0018check_jump_loop_1.nft
blob: 437900bc67934f1979924246c143487e92aa7a1b (plain)
1
2
3
4
5
6
7
8
table ip filter {
	chain ap1 {
		jump ap2
	}

	chain ap2 {
	}
}