Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
3f865c38
Commit
3f865c38
authored
Jul 18, 2019
by
Tomek Mrugalski
🛰
Committed by
Michal Nowikowski
Jul 19, 2019
Browse files
[
#644
,
!370
] Manual apply of
26b04d2d
parent
f925be9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/sphinx/arm/classify.rst
View file @
3f865c38
...
...
@@ -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",
...
...
doc/sphinx/arm/dhcp6-srv.rst
View file @
3f865c38
...
...
@@ -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",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment