summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/dnat.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/dnat.t.json')
-rw-r--r--tests/py/ip6/dnat.t.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/py/ip6/dnat.t.json b/tests/py/ip6/dnat.t.json
index a5c01fd2..3419b60f 100644
--- a/tests/py/ip6/dnat.t.json
+++ b/tests/py/ip6/dnat.t.json
@@ -76,3 +76,30 @@
}
]
+# dnat to [2001:838:35f:1::]/64
+[
+ {
+ "dnat": {
+ "addr": {
+ "range": [
+ "2001:838:35f:1::",
+ "2001:838:35f:1:ffff:ffff:ffff:ffff"
+ ]
+ }
+ }
+ }
+]
+
+# dnat to 2001:838:35f:1::-2001:838:35f:1:ffff:ffff:ffff:ffff
+[
+ {
+ "dnat": {
+ "addr": {
+ "range": [
+ "2001:838:35f:1::",
+ "2001:838:35f:1:ffff:ffff:ffff:ffff"
+ ]
+ }
+ }
+ }
+]