summaryrefslogtreecommitdiffstats
path: root/tests/py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py')
-rw-r--r--tests/py/ip6/dnat.t.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/tests/py/ip6/dnat.t.json b/tests/py/ip6/dnat.t.json
index 3419b60f..cbfdb68b 100644
--- a/tests/py/ip6/dnat.t.json
+++ b/tests/py/ip6/dnat.t.json
@@ -81,10 +81,10 @@
{
"dnat": {
"addr": {
- "range": [
- "2001:838:35f:1::",
- "2001:838:35f:1:ffff:ffff:ffff:ffff"
- ]
+ "prefix": {
+ "addr": "2001:838:35f:1::",
+ "len": 64
+ }
}
}
}
@@ -95,11 +95,12 @@
{
"dnat": {
"addr": {
- "range": [
- "2001:838:35f:1::",
- "2001:838:35f:1:ffff:ffff:ffff:ffff"
- ]
+ "prefix": {
+ "addr": "2001:838:35f:1::",
+ "len": 64
+ }
}
}
}
]
+