mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
just keep statement as one sentence
versus splitting sentence with example in middle. This is just my style preference.
This commit is contained in:
@@ -361,7 +361,9 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
manually specify a unique identifier for each subnet.
|
manually specify a unique identifier for each subnet.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The following configuration:
|
The following configuration will assign the arbitrary subnet
|
||||||
|
identifier to the newly configured subnet:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
"Dhcp4": {
|
"Dhcp4": {
|
||||||
"subnet4": [
|
"subnet4": [
|
||||||
@@ -371,7 +373,6 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
</screen>
|
</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
|
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
|
removed or set to 0. The value of 0 forces auto-generation of the subnet
|
||||||
identifier.
|
identifier.
|
||||||
|
@@ -368,7 +368,9 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The following configuration:
|
The following configuration will assign the arbitrary subnet
|
||||||
|
identifier to the newly configured subnet:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
"Dhcp6": {
|
"Dhcp6": {
|
||||||
"subnet6": [
|
"subnet6": [
|
||||||
@@ -378,7 +380,6 @@ temporarily override a list of interface names and listen on all interfaces.
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
</screen>
|
</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
|
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
|
removed or set to 0. The value of 0 forces auto-generation of the subnet
|
||||||
identifier.
|
identifier.
|
||||||
|
Reference in New Issue
Block a user