summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/different_map_types_1.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/dumps/different_map_types_1.nft')
-rw-r--r--tests/shell/testcases/maps/dumps/different_map_types_1.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/dumps/different_map_types_1.nft b/tests/shell/testcases/maps/dumps/different_map_types_1.nft
new file mode 100644
index 00000000..3c18b5c7
--- /dev/null
+++ b/tests/shell/testcases/maps/dumps/different_map_types_1.nft
@@ -0,0 +1,5 @@
+table ip filter {
+ chain output {
+ type filter hook output priority filter; policy accept;
+ }
+}