Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
15785c0e
Commit
15785c0e
authored
Sep 18, 2014
by
Adam Osuchowski
Committed by
Tomek Mrugalski
Sep 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- s/pool/pools/ in docs
- add brackets and braces in pools
parent
a9adf854
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/guide/config.xml
doc/guide/config.xml
+2
-2
doc/guide/dhcp4-srv.xml
doc/guide/dhcp4-srv.xml
+1
-1
No files found.
doc/guide/config.xml
View file @
15785c0e
...
...
@@ -61,7 +61,7 @@
"renew-timer": 1000,
"rebind-timer": 2000,
"subnet4": [{
"pool
": "192.0.2.1-192.0.2.200"
,
"pool
s": [ { "pool": "192.0.2.1-192.0.2.200" } ]
,
"subnet": "192.0.2.0/24"
}],
...
...
...
@@ -76,7 +76,7 @@
"renew-timer": 1000,
"rebind-timer": 2000,
"subnet6": [{
"pool
": "2001:db8::/80"
,
"pool
s": [ { "pool": "2001:db8::/80" } ]
,
"subnet": "2001:db8::/64"
}],
...
...
...
doc/guide/dhcp4-srv.xml
View file @
15785c0e
...
...
@@ -218,7 +218,7 @@ syntax would be used:
"subnet": "192.0.3.0/24"
},
{
"pool": [ { "pool": "192.0.4.1 - 192.0.4.254" } ],
"pool
s
": [ { "pool": "192.0.4.1 - 192.0.4.254" } ],
"subnet": "192.0.4.0/24"
}
]
...
...
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