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
Sebastian Schrader
Kea
Commits
9a844119
Commit
9a844119
authored
Mar 01, 2017
by
Francis Dupont
Browse files
[5061] different port than standard -> default
parent
ece5fb2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
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