mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
parent
08eeee2e8c
commit
26b04d2d2d
@ -874,7 +874,7 @@ concatenation of the strings</entry></row>
|
|||||||
"client-classes": [<userinput>
|
"client-classes": [<userinput>
|
||||||
{
|
{
|
||||||
"name": "Client_enterprise",
|
"name": "Client_enterprise",
|
||||||
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
|
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
|
||||||
"option-data": [
|
"option-data": [
|
||||||
{
|
{
|
||||||
"name": "dns-servers",
|
"name": "dns-servers",
|
||||||
@ -955,7 +955,7 @@ concatenation of the strings</entry></row>
|
|||||||
"client-classes": [
|
"client-classes": [
|
||||||
{
|
{
|
||||||
"name": "Client_enterprise",
|
"name": "Client_enterprise",
|
||||||
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
|
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
|
||||||
"option-data": [
|
"option-data": [
|
||||||
{
|
{
|
||||||
"name": "dns-servers",
|
"name": "dns-servers",
|
||||||
@ -1038,7 +1038,7 @@ concatenation of the strings</entry></row>
|
|||||||
"client-classes": [
|
"client-classes": [
|
||||||
{
|
{
|
||||||
"name": "Client_enterprise_",
|
"name": "Client_enterprise_",
|
||||||
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
|
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
|
||||||
"option-data": [
|
"option-data": [
|
||||||
{
|
{
|
||||||
"name": "dns-servers",
|
"name": "dns-servers",
|
||||||
|
@ -1033,7 +1033,7 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
link through which the delegating router exchanges DHCPv6 messages with
|
link through which the delegating router exchanges DHCPv6 messages with
|
||||||
the requesting router. The configuration example below demonstrates how
|
the requesting router. The configuration example below demonstrates how
|
||||||
to specify an excluded prefix within a prefix pool definition. The
|
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
|
excluded prefix "2001:db8:1:8000:cafe:80::/72" will be sent to a
|
||||||
requesting router which includes the Prefix Exclude option in the ORO, and
|
requesting router which includes the Prefix Exclude option in the ORO, and
|
||||||
which is delegated a prefix from this pool.
|
which is delegated a prefix from this pool.
|
||||||
</para>
|
</para>
|
||||||
@ -1047,7 +1047,7 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
"prefix": "2001:db8:1:8000::",
|
"prefix": "2001:db8:1:8000::",
|
||||||
"prefix-len": 48,
|
"prefix-len": 48,
|
||||||
"delegated-len": 64,
|
"delegated-len": 64,
|
||||||
"excluded-prefix": "2001:db8:1:babe:cafe:80::",
|
"excluded-prefix": "2001:db8:1:8000:cafe:80::",
|
||||||
"excluded-prefix-len": 72
|
"excluded-prefix-len": 72
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -2413,7 +2413,7 @@ should include options from the new option space:
|
|||||||
"client-classes": [
|
"client-classes": [
|
||||||
{<userinput>
|
{<userinput>
|
||||||
"name": "Client_enterprise",
|
"name": "Client_enterprise",
|
||||||
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD'",
|
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
|
||||||
"option-data": [
|
"option-data": [
|
||||||
{
|
{
|
||||||
"name": "dns-servers",
|
"name": "dns-servers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user