summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/cache/dumps')
-rw-r--r--tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft b/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
index f6dd6541..47d744e9 100644
--- a/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
+++ b/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
@@ -5,8 +5,8 @@ table inet test {
}
chain test {
- ip daddr { 2.2.2.2 } counter packets 0 bytes 0 accept
+ ip daddr 2.2.2.2 counter packets 0 bytes 0 accept
ip saddr @test counter packets 0 bytes 0 accept
- ip daddr { 2.2.2.2 } counter packets 0 bytes 0 accept
+ ip daddr 2.2.2.2 counter packets 0 bytes 0 accept
}
}