summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft
blob: 0ddaf07f0ea3b364512c0b6bd68c100b54fd967c (plain)
1
2
3
4
5
6
7
8
table ip foo {
	chain bar {
		jump ber
	}

	chain ber {
	}
}