summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optimizations/dumps/not_mergeable.nft
blob: 08b2b58f66c3da98dc6fc58325c99612c6fa8280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table ip x {
	chain t1 {
	}

	chain t2 {
	}

	chain y {
		counter packets 0 bytes 0 jump t1
		counter packets 0 bytes 0 jump t2
	}
}