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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Sebastian Schrader
Kea
Commits
9a844119
Commit
9a844119
authored
Mar 01, 2017
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5061] different port than standard -> default
parent
ece5fb2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/guide/dhcp4-srv.xml
doc/guide/dhcp4-srv.xml
+2
-2
doc/guide/dhcp6-srv.xml
doc/guide/dhcp6-srv.xml
+1
-1
No files found.
doc/guide/dhcp4-srv.xml
View file @
9a844119
...
...
@@ -448,7 +448,7 @@ be followed by a comma and another object definition.</para>
<screen>
"Dhcp4": { "lease-database": {
<userinput>
"host" : ""
</userinput>
, ... }, ... }
</screen>
Should the database use a port different than
standard
, it may be
Should the database use a port different than
default
, it may be
specified as well:
<screen>
"Dhcp4": { "lease-database": {
<userinput>
"port" : 12345
</userinput>
, ... }, ... }
...
...
@@ -531,7 +531,7 @@ If a timeout is given though, it should be an integer greater than zero.
<screen>
"Dhcp4": { "hosts-database": {
<userinput>
"host" : ""
</userinput>
, ... }, ... }
</screen>
Should the database use a port different than
standard
, it may be
Should the database use a port different than
default
, it may be
specified as well:
<screen>
"Dhcp4": { "hosts-database": {
<userinput>
"port" : 12345
</userinput>
, ... }, ... }
...
...
doc/guide/dhcp6-srv.xml
View file @
9a844119
...
...
@@ -443,7 +443,7 @@ be followed by a comma and another object definition.</para>
<screen>
"Dhcp6": { "lease-database": {
<userinput>
"host" : ""
</userinput>
, ... }, ... }
</screen>
Should the database use a port different than
standard
, it may be
Should the database use a port different than
default
, it may be
specified as well:
<screen>
"Dhcp4": { "lease-database": {
<userinput>
"port" : 12345
</userinput>
, ... }, ... }
...
...
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