summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/0005rollback_map_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/0005rollback_map_0')
-rwxr-xr-xtests/shell/testcases/nft-f/0005rollback_map_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0005rollback_map_0 b/tests/shell/testcases/nft-f/0005rollback_map_0
index 90108e72..b1eb3dd3 100755
--- a/tests/shell/testcases/nft-f/0005rollback_map_0
+++ b/tests/shell/testcases/nft-f/0005rollback_map_0
@@ -11,7 +11,7 @@ GOOD_RULESET="table ip t {
chain c {
ct state new
- tcp dport { 22222 }
+ tcp dport { 22222, 33333 }
ip saddr @t drop
jump other
}