summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optimizations/not_mergeable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/optimizations/not_mergeable')
-rwxr-xr-xtests/shell/testcases/optimizations/not_mergeable6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/optimizations/not_mergeable b/tests/shell/testcases/optimizations/not_mergeable
index 25635cdd..ddb2f0fd 100755
--- a/tests/shell/testcases/optimizations/not_mergeable
+++ b/tests/shell/testcases/optimizations/not_mergeable
@@ -7,9 +7,15 @@ RULESET="table ip x {
}
chain t2 {
}
+ chain t3 {
+ }
+ chain t4 {
+ }
chain y {
counter jump t1
counter jump t2
+ ip version 4 jump t3
+ ip version 6 jump t4
}
}"