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
26b04d2d
Commit
26b04d2d
authored
Jun 12, 2019
by
Razvan Becheriu
Browse files
[
#590
,
!380
] fixed examples
parent
08eeee2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/classify.xml
View file @
26b04d2d
...
...
@@ -874,7 +874,7 @@ concatenation of the strings</entry></row>
"client-classes": [
<userinput>
{
"name": "Client_enterprise",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD
'
",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",
...
...
@@ -955,7 +955,7 @@ concatenation of the strings</entry></row>
"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",
...
...
@@ -1038,7 +1038,7 @@ concatenation of the strings</entry></row>
"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/guide/dhcp6-srv.xml
View file @
26b04d2d
...
...
@@ -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
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
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
which is delegated a prefix from this pool.
</para>
...
...
@@ -1047,7 +1047,7 @@ temporarily override a list of interface names and listen on all interfaces.
"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
}
]
...
...
@@ -2413,7 +2413,7 @@ should include options from the new option space:
"client-classes": [
{
<userinput>
"name": "Client_enterprise",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD
'
",
"test": "substring(option[1].hex,0,6) == 0x0002AABBCCDD",
"option-data": [
{
"name": "dns-servers",
...
...
Tomek Mrugalski
🛰
@tomek
mentioned in commit
a5350950
·
Jul 18, 2019
mentioned in commit
a5350950
mentioned in commit a53509502f248c4c275c5bdaa79267187a4c7511
Toggle commit list
Tomek Mrugalski
🛰
@tomek
mentioned in commit
3f865c38
·
Jul 19, 2019
mentioned in commit
3f865c38
mentioned in commit 3f865c3879e9ce1651efa762ee1fb377466d59f2
Toggle commit list
Tomek Mrugalski
🛰
@tomek
mentioned in commit
1b5acc2f
·
Jul 30, 2019
mentioned in commit
1b5acc2f
mentioned in commit 1b5acc2f02d1700f6348add42f89f6b55bd9a9ad
Toggle commit list
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