summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft')
-rw-r--r--tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft b/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft
new file mode 100644
index 00000000..68958c40
--- /dev/null
+++ b/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft
@@ -0,0 +1,9 @@
+table ip test {
+ map testmap {
+ type ipv4_addr : verdict
+ elements = { * : jump testchain }
+ }
+
+ chain testchain {
+ }
+}