Skip to content
GitLab
Projects
Groups
Snippets
/
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
2fc94dcd
Commit
2fc94dcd
authored
Mar 20, 2015
by
Wlodzimierz Wencel
Browse files
[3772] Corrected minor documentation errors both in v4 and v6 configuration examples
parent
04dafff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
2fc94dcd
...
...
@@ -1130,7 +1130,7 @@ temporarily override a list of interface names and listen on all interfaces.
"Dhcp4": {
"option-data": [
{
<userinput>
"name": "foo"
<userinput>
"name": "foo"
,
"space": "vendor-encapsulated-options-space",
"code": 1,
"csv-format": true,
...
...
@@ -1145,7 +1145,7 @@ temporarily override a list of interface names and listen on all interfaces.
"Dhcp4": {
"option-data": [
{
<userinput>
"name": "vendor-encapsulated-options"
<userinput>
"name": "vendor-encapsulated-options"
,
"space": "dhcp4",
"code": 43,
"csv-format": false,
...
...
@@ -1194,7 +1194,7 @@ temporarily override a list of interface names and listen on all interfaces.
<userinput>
"name": "subopt1",
"code": 1,
"space": "isc",
"type": "ipv4-address"
.
"type": "ipv4-address"
,
"record-types": "",
"array": false,
"encapsulate ""
...
...
@@ -1205,7 +1205,7 @@ temporarily override a list of interface names and listen on all interfaces.
"space": "isc",
"type": "string",
"record-types": "",
"array": false
"array": false
,
"encapsulate": ""
</userinput>
}
],
...
...
@@ -1908,12 +1908,12 @@ temporarily override a list of interface names and listen on all interfaces.
"Dhcp4": {
<userinput>
"next-server": "192.0.2.123"
</userinput>
,
...,
"subnet4":
{
[
"subnet4":
[
{
<userinput>
"next-server": "192.0.2.234"
</userinput>
,
...
]
}
}
]
}
</screen>
</section>
...
...
@@ -2258,9 +2258,11 @@ temporarily override a list of interface names and listen on all interfaces.
<screen>
"Dhcp4": {
"subnet4": [
{
"subnet": "192.0.2.0/24",
<userinput>
"reservation-mode": "disabled"
</userinput>
,
...
}
]
}
</screen>
...
...
doc/guide/dhcp6-srv.xml
View file @
2fc94dcd
...
...
@@ -1046,7 +1046,7 @@ temporarily override a list of interface names and listen on all interfaces.
"Dhcp6": {
"option-data": [
{
<userinput>
"name": "foo"
<userinput>
"name": "foo"
,
"space": "vendor-encapsulated-options-space",
"code": 1,
"csv-format": true,
...
...
@@ -1063,7 +1063,7 @@ temporarily override a list of interface names and listen on all interfaces.
"option-data": [
...,
{
<userinput>
"name": "vendor-encapsulated-options"
<userinput>
"name": "vendor-encapsulated-options"
,
"space": "dhcp6",
"code": 17,
"csv-format": true,
...
...
@@ -1100,7 +1100,7 @@ temporarily override a list of interface names and listen on all interfaces.
<userinput>
"name": "subopt1",
"code": 1,
"space": "isc",
"type": "ipv6-address"
.
"type": "ipv6-address"
,
"record-types": "",
"array": false,
"encapsulate": ""
</userinput>
...
...
@@ -2146,9 +2146,11 @@ should include options from the isc option space:
<screen>
"Dhcp6": {
"subnet6": [
{
"subnet": "2001:db8:1::/64",
<userinput>
"reservation-mode": "disabled"
</userinput>
,
...
}
]
}
</screen>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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