summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft b/tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft
index f6f26158..2014d502 100644
--- a/tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft
+++ b/tests/shell/testcases/nft-f/dumps/0004rollback_set_0.nft
@@ -6,7 +6,7 @@ table ip t {
chain c {
ct state new
- tcp dport { 22222 }
+ tcp dport 22222
ip saddr @t drop
jump other
}