summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/pipapo_double_flush.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/dumps/pipapo_double_flush.nft')
-rw-r--r--tests/shell/testcases/maps/dumps/pipapo_double_flush.nft9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/dumps/pipapo_double_flush.nft b/tests/shell/testcases/maps/dumps/pipapo_double_flush.nft
new file mode 100644
index 00000000..cca569ea
--- /dev/null
+++ b/tests/shell/testcases/maps/dumps/pipapo_double_flush.nft
@@ -0,0 +1,9 @@
+table inet t {
+ map m {
+ type ipv4_addr . ipv4_addr : verdict
+ flags interval
+ }
+
+ chain c {
+ }
+}