summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0046netmap_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/0046netmap_0')
-rwxr-xr-xtests/shell/testcases/sets/0046netmap_06
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/0046netmap_0 b/tests/shell/testcases/sets/0046netmap_0
index 2804a4a2..60bda401 100755
--- a/tests/shell/testcases/sets/0046netmap_0
+++ b/tests/shell/testcases/sets/0046netmap_0
@@ -8,6 +8,12 @@ EXPECTED="table ip x {
10.141.13.0/24 : 192.168.4.0/24 }
}
}
+ table ip6 x {
+ chain y {
+ type nat hook postrouting priority srcnat; policy accept;
+ snat ip6 prefix to ip6 saddr map { 2001:db8:1111::/64 : 2001:db8:2222::/64 }
+ }
+ }
"
set -e