summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/dumps/0002table_map_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/json/dumps/0002table_map_0.nft')
-rw-r--r--tests/shell/testcases/json/dumps/0002table_map_0.nft6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/json/dumps/0002table_map_0.nft b/tests/shell/testcases/json/dumps/0002table_map_0.nft
new file mode 100644
index 00000000..357e92cc
--- /dev/null
+++ b/tests/shell/testcases/json/dumps/0002table_map_0.nft
@@ -0,0 +1,6 @@
+table ip t {
+ map m {
+ type ipv4_addr : mark
+ counter
+ }
+}