2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[3747] Fixed whitespaces in the User Guide.

This commit is contained in:
Marcin Siodelski
2015-05-18 20:48:22 +02:00
parent a470940c81
commit 61a24e4fb0

View File

@@ -2419,14 +2419,14 @@ temporarily override a list of interface names and listen on all interfaces.
<para> <para>
An example configuration that disables reservation looks like follows: An example configuration that disables reservation looks like follows:
<screen> <screen>
"Dhcp4": { "Dhcp4": {
"subnet4": [ "subnet4": [
{ {
"subnet": "192.0.2.0/24", "subnet": "192.0.2.0/24",
<userinput>"reservation-mode": "disabled"</userinput>, <userinput>"reservation-mode": "disabled"</userinput>,
... ...
} }
] ]
} }
</screen> </screen>