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_06
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/shell/testcases/nft-f/0005rollback_map_0 b/tests/shell/testcases/nft-f/0005rollback_map_0
index 13bb9075..777cc717 100755
--- a/tests/shell/testcases/nft-f/0005rollback_map_0
+++ b/tests/shell/testcases/nft-f/0005rollback_map_0
@@ -14,12 +14,12 @@ trap "rm -rf $tmpfile" EXIT # cleanup if aborted
GOOD_RULESET="table ip t {
set t {
type ipv4_addr
- elements = { 1.1.1.1}
+ elements = { 1.1.1.1 }
}
chain c {
ct state new
- tcp dport { 22222}
+ tcp dport { 22222 }
ip saddr @t drop
jump other
}
@@ -31,7 +31,7 @@ GOOD_RULESET="table ip t {
BAD_RULESET="flush ruleset
table ip t2 {
chain c2 {
- tcp dport map {22222: jump other, 11111: jump invalid}
+ tcp dport map { 22222: jump other, 11111: jump invalid }
}
chain other {