summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optimizations/not_mergeable
blob: 25635cdd653d2294ecf2c18fb6ac76511da18a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -e

RULESET="table ip x {
	chain t1 {
	}
	chain t2 {
	}
	chain y {
		counter jump t1
		counter jump t2
	}
}"

$NFT -o -f - <<< $RULESET