summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2020-11-04 14:45:22 +0100
committerAndrei Pavel <andrei@isc.org>2020-11-16 09:15:25 +0100
commitf83c4980aa500737a0a933ae99199650de86d1d6 (patch)
treece16c82afb7e37718fcff08a203df31583825846 /doc/examples/kea6
parent[#1495] fix non-printable numeric_limits (diff)
downloadkea-f83c4980aa500737a0a933ae99199650de86d1d6.tar.xz
kea-f83c4980aa500737a0a933ae99199650de86d1d6.zip
[#1457] change pools to not overlap in all-keys
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/all-keys.json6
-rw-r--r--doc/examples/kea6/comments.json1
-rw-r--r--doc/examples/kea6/duid.json1
-rw-r--r--doc/examples/kea6/leases-expiration.json1
-rw-r--r--doc/examples/kea6/multiple-options.json1
-rw-r--r--doc/examples/kea6/simple.json1
-rw-r--r--doc/examples/kea6/softwire46.json1
-rw-r--r--doc/examples/kea6/with-ddns.json3
8 files changed, 4 insertions, 11 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index 71733f729e..ab84a84351 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -756,7 +756,7 @@
"delegated-len": 64,
// Excluded prefix (address) from client assignments.
- "excluded-prefix": "2001:db8::",
+ "excluded-prefix": "2001:db8:1::",
// Excluded prefix (length) from client assignments.
"excluded-prefix-len": 72,
@@ -765,10 +765,10 @@
"option-data": [],
// Prefix range (address) used for client assignments.
- "prefix": "2001:db8::",
+ "prefix": "2001:db8:1::",
// Prefix range (length) used for client assignments.
- "prefix-len": 40,
+ "prefix-len": 48,
// List of client classes which must be evaluated
// when this prefix pool is selected for client assignments.
diff --git a/doc/examples/kea6/comments.json b/doc/examples/kea6/comments.json
index b00891f528..88cdd41376 100644
--- a/doc/examples/kea6/comments.json
+++ b/doc/examples/kea6/comments.json
@@ -121,4 +121,3 @@
}
}
-
diff --git a/doc/examples/kea6/duid.json b/doc/examples/kea6/duid.json
index a192507ddc..1eecfb5394 100644
--- a/doc/examples/kea6/duid.json
+++ b/doc/examples/kea6/duid.json
@@ -77,4 +77,3 @@
}
}
-
diff --git a/doc/examples/kea6/leases-expiration.json b/doc/examples/kea6/leases-expiration.json
index c0b1216379..19987c3db9 100644
--- a/doc/examples/kea6/leases-expiration.json
+++ b/doc/examples/kea6/leases-expiration.json
@@ -79,4 +79,3 @@
}
}
-
diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json
index ba20a63042..e08558eb89 100644
--- a/doc/examples/kea6/multiple-options.json
+++ b/doc/examples/kea6/multiple-options.json
@@ -181,4 +181,3 @@
}
}
-
diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json
index 30903b52dc..fcf0832e98 100644
--- a/doc/examples/kea6/simple.json
+++ b/doc/examples/kea6/simple.json
@@ -60,4 +60,3 @@
}
}
-
diff --git a/doc/examples/kea6/softwire46.json b/doc/examples/kea6/softwire46.json
index a5750693d4..4881b845d8 100644
--- a/doc/examples/kea6/softwire46.json
+++ b/doc/examples/kea6/softwire46.json
@@ -87,4 +87,3 @@
}
}
-
diff --git a/doc/examples/kea6/with-ddns.json b/doc/examples/kea6/with-ddns.json
index 64d7528cf9..9863b9927e 100644
--- a/doc/examples/kea6/with-ddns.json
+++ b/doc/examples/kea6/with-ddns.json
@@ -42,7 +42,7 @@
],
// Enable connectivity with kea-dhcp-ddns
-// (Required for dynamic DNS updates)
+// (Required for dynamic DNS updates)
"dhcp-ddns" : {
"enable-updates" : true,
"server-ip" : "3001::1",
@@ -85,4 +85,3 @@
}
}
-