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
Sebastian Schrader
Kea
Commits
62041ab3
Commit
62041ab3
authored
Aug 11, 2014
by
Jeremy C. Reed
Browse files
fix typos in configurations
missing " quote for json configuration
parent
3a55f62d
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
62041ab3
...
...
@@ -558,7 +558,7 @@ temporarily override a list of interface names and listen on all interfaces.
{
"name": "domain-name-servers",
"code": 6,
"space: "dhcp4",
"space
"
: "dhcp4",
"csv-format": true,
"data": "192.0.2.3"
},
...
...
@@ -1212,7 +1212,7 @@ temporarily override a list of interface names and listen on all interfaces.
"Dhcp4": {
"subnet4": [
{
<userinput>
subnet: "192.0.2.0/24",
<userinput>
"
subnet
"
: "192.0.2.0/24",
"pools": [ { "pool": "192.0.2.10 - 192.0.2.20" } ],
"client-class": "VENDOR_CLASS_docsis3.0"
</userinput>
}
...
...
@@ -1257,7 +1257,7 @@ temporarily override a list of interface names and listen on all interfaces.
"server-ip": "127.0.0.1",
"server-port": 53001,
"sender-ip": "",
"sender-port: 0,
"sender-port
"
: 0,
"max-queue-size": 1024,
"ncr-protocol": "UDP",
"ncr-format": "JSON",
...
...
@@ -1338,7 +1338,7 @@ temporarily override a list of interface names and listen on all interfaces.
would be required:
<screen>
"Dhcp4": {
"dhcp-ddns: {
"dhcp-ddns
"
: {
<userinput>
"server-ip": "192.168.1.10",
"server-port": 900
</userinput>
,
...
...
...
@@ -1721,7 +1721,7 @@ temporarily override a list of interface names and listen on all interfaces.
It will also select that subnet for a relay with address 10.0.0.1.
<screen>
"Dhcp4": {
"subnet4: [
"subnet4
"
: [
{
"subnet": "192.0.2.0/24",
"pools": [ { "pool": "192.0.2.10 - 192.0.2.20" } ],
...
...
@@ -1757,7 +1757,7 @@ temporarily override a list of interface names and listen on all interfaces.
10.1.1.1. The following configuration can serve that configuration:
<screen>
"Dhcp4": {
"subnet4: [
"subnet4
"
: [
{
"subnet": "10.1.1.0/24",
"pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
...
...
doc/guide/dhcp6-srv.xml
View file @
62041ab3
...
...
@@ -653,7 +653,7 @@ temporarily override a list of interface names and listen on all interfaces.
{
"name": "dns-servers",
"code": 23,
"space: "dhcp6",
"space
"
: "dhcp6",
"csv-format": true,
"data": "2001:db8:1::3"
},
...
...
@@ -1295,7 +1295,7 @@ should include options from the isc option space:
"server-ip": "127.0.0.1",
"server-port": 53001,
"sender-ip": "",
"sender-port: 0,
"sender-port
"
: 0,
"max-queue-size": 1024,
"ncr-protocol": "UDP",
"ncr-format": "JSON",
...
...
@@ -1368,7 +1368,7 @@ should include options from the isc option space:
would be required:
<screen>
"Dhcp6": {
"dhcp-ddns: {
"dhcp-ddns
"
: {
<userinput>
"server-ip": "2001:db8::5",
"server-port": 900
</userinput>
,
...
...
...
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