summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/concat_interval_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/concat_interval_0')
-rwxr-xr-xtests/shell/testcases/sets/concat_interval_08
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/concat_interval_0 b/tests/shell/testcases/sets/concat_interval_0
index 3812a94d..36138ae0 100755
--- a/tests/shell/testcases/sets/concat_interval_0
+++ b/tests/shell/testcases/sets/concat_interval_0
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
set -e
RULESET="table ip t {
@@ -9,6 +11,12 @@ RULESET="table ip t {
counter
elements = { 1.0.0.1 . udp . 53 }
}
+ set s2 {
+ type ipv4_addr . mark
+ flags interval
+ elements = { 10.10.10.10 . 0x00000100,
+ 20.20.20.20 . 0x00000200 }
+ }
}"
$NFT -f - <<< $RULESET