diff options
Diffstat (limited to 'tests/shell/testcases/nft-f/0004rollback_set_0')
-rwxr-xr-x | tests/shell/testcases/nft-f/0004rollback_set_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0004rollback_set_0 b/tests/shell/testcases/nft-f/0004rollback_set_0 index bf779e9e..25fc870c 100755 --- a/tests/shell/testcases/nft-f/0004rollback_set_0 +++ b/tests/shell/testcases/nft-f/0004rollback_set_0 @@ -11,7 +11,7 @@ GOOD_RULESET="table ip t { chain c { ct state new - tcp dport 22222 + tcp dport { 22222 } ip saddr @t drop jump other } |