2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#644,!370] Manual apply of 26b04d2d2d

This commit is contained in:
Tomek Mrugalski
2019-07-18 12:42:19 +02:00
committed by Michal Nowikowski
parent 6e6f2b9b90
commit 1b5acc2f02
2 changed files with 6 additions and 6 deletions

View File

@@ -603,7 +603,7 @@ hex string (which would indicate a DUID based on an enterprise id of
"client-classes": [
{
"name": "Client_enterprise",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",
@@ -684,7 +684,7 @@ configuration will restrict use of the addresses 2001:db8:1::1 to
"client-classes": [
{
"name": "Client_enterprise",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",
@@ -767,7 +767,7 @@ configuration will restrict use of the addresses 2001:db8:1::1 to
"client-classes": [
{
"name": "Client_enterprise_",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",

View File

@@ -1025,7 +1025,7 @@ it is intended to be used on a link through which the delegating router
exchanges DHCPv6 messages with the requesting router. The configuration
example below demonstrates how to specify an excluded prefix within a
prefix pool definition. The excluded prefix
"2001:db8:1:babe:cafe:80::/72" will be sent to a requesting router which
"2001:db8:1:8000:cafe:80::/72" will be sent to a requesting router which
includes the Prefix Exclude option in the Option Request option (ORO),
and which is delegated a prefix from this pool.
@@ -1040,7 +1040,7 @@ and which is delegated a prefix from this pool.
"prefix": "2001:db8:1:8000::",
"prefix-len": 48,
"delegated-len": 64,
"excluded-prefix": "2001:db8:1:babe:cafe:80::",
"excluded-prefix": "2001:db8:1:8000:cafe:80::",
"excluded-prefix-len": 72
}
]
@@ -2354,7 +2354,7 @@ servers set to 2001:db8:0::1 and 2001:db8:2::1.
"client-classes": [
{
"name": "Client_enterprise",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",