summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-05-24 20:55:27 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-05-24 21:14:12 +0200
commit7e71e06b7b724006c84e789aa7bcb7faadd21c48 (patch)
tree265cc14d482d90d8a1bf8a7dac4a57b9da9830be /tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft
parent54aa3de7b49a20a65e0fa0a36204bd387d4f40c9 (diff)
Revert "tests: shell: avoid single-value anon sets"
This reverts commit b7459b0c854fc7a0d6cd86151b81035a8edf8e63.
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft b/tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft
index 2014d502..f6f26158 100644
--- a/tests/shell/testcases/nft-f/dumps/0002rollback_rule_0.nft
+++ b/tests/shell/testcases/nft-f/dumps/0002rollback_rule_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
}