2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +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>
An example configuration that disables reservation looks like follows:
<screen>
<screen>
"Dhcp4": {
"subnet4": [
{
{
"subnet": "192.0.2.0/24",
<userinput>"reservation-mode": "disabled"</userinput>,
...
}
}
]
}
</screen>