summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/anonymous_snat_map_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/anonymous_snat_map_0')
-rwxr-xr-xtests/shell/testcases/maps/anonymous_snat_map_08
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/anonymous_snat_map_0 b/tests/shell/testcases/maps/anonymous_snat_map_0
new file mode 100755
index 00000000..32aac8a3
--- /dev/null
+++ b/tests/shell/testcases/maps/anonymous_snat_map_0
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# anonymous map can be added to a snat rule
+
+set -e
+$NFT add table nat
+$NFT add chain nat postrouting
+$NFT add rule nat postrouting snat ip saddr map {1.1.1.1 : 2.2.2.2}