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
Adam Osuchowski
Kea
Commits
bbad7666
Commit
bbad7666
authored
Aug 11, 2014
by
Jeremy C. Reed
Browse files
just keep statement as one sentence
versus splitting sentence with example in middle. This is just my style preference.
parent
025ee767
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
bbad7666
...
...
@@ -361,7 +361,9 @@ temporarily override a list of interface names and listen on all interfaces.
manually specify a unique identifier for each subnet.
</para>
<para>
The following configuration:
The following configuration will assign the arbitrary subnet
identifier to the newly configured subnet:
<screen>
"Dhcp4": {
"subnet4": [
...
...
@@ -371,7 +373,6 @@ temporarily override a list of interface names and listen on all interfaces.
]
}
</screen>
will assign the arbitrary subnet identifier to the newly configured subnet.
This identifier will not change for this subnet unless the "id" parameter is
removed or set to 0. The value of 0 forces auto-generation of the subnet
identifier.
...
...
doc/guide/dhcp6-srv.xml
View file @
bbad7666
...
...
@@ -368,7 +368,9 @@ temporarily override a list of interface names and listen on all interfaces.
</para>
<para>
The following configuration:
The following configuration will assign the arbitrary subnet
identifier to the newly configured subnet:
<screen>
"Dhcp6": {
"subnet6": [
...
...
@@ -378,7 +380,6 @@ temporarily override a list of interface names and listen on all interfaces.
]
}
</screen>
will assign the arbitrary subnet identifier to the newly configured subnet.
This identifier will not change for this subnet unless the "id" parameter is
removed or set to 0. The value of 0 forces auto-generation of the subnet
identifier.
...
...
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