summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft')
-rw-r--r--tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft b/tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft
new file mode 100644
index 00000000..5009560c
--- /dev/null
+++ b/tests/shell/testcases/maps/dumps/anonymous_snat_map_0.nft
@@ -0,0 +1,5 @@
+table ip nat {
+ chain postrouting {
+ snat to ip saddr map { 1.1.1.1 : 2.2.2.2 }
+ }
+}