summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft')
-rw-r--r--tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft6
1 files changed, 3 insertions, 3 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..20998652 100644
--- a/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
+++ b/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
@@ -1,12 +1,12 @@
table inet test {
set test {
type ipv4_addr
- elements = { 1.1.1.1 }
+ elements = { 1.1.1.1, 3.3.3.3 }
}
chain test {
- ip daddr { 2.2.2.2 } counter packets 0 bytes 0 accept
+ ip daddr { 2.2.2.2, 4.4.4.4 } 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, 4.4.4.4 } counter packets 0 bytes 0 accept
}
}