From: Michal Nowikowski Date: Fri, 19 Jul 2019 07:59:42 +0000 (+0200) Subject: fixed errors X-Git-Tag: Kea-1.6.1~10^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2fbfa585c7f2efdfc3bd11369df42c68468cbd;p=thirdparty%2Fkea.git fixed errors --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 4c469f9f29..4e61376104 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -1071,14 +1071,14 @@ this configuration is accepted: :: -"Dhcp4": { - "subnet4": [ - { - "subnet": "192.0.2.1/24", - ... - } - ] -} + "Dhcp4": { + "subnet4": [ + { + "subnet": "192.0.2.1/24", + ... + } + ] + } Even there is another subnet with the "192.0.2.0/24" prefix: only the textual form of subnets are compared to avoid duplicates. diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 2565718864..8f7fd2de01 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -833,22 +833,22 @@ this configuration is accepted: :: -"Dhcp6": { - "subnet6": [ - { - "subnet": "2001:db8:1::1/64", - ... - } - ] -} + "Dhcp6": { + "subnet6": [ + { + "subnet": "2001:db8:1::1/64", + ... + } + ] + } Even there is another subnet with the "2001:db8:1::/64" prefix: only the textual form of subnets are compared to avoid duplicates. .. note:: -Abuse of this feature can lead to incorrect subnet selection -(see :ref:`dhcp6-config-subnets`). + Abuse of this feature can lead to incorrect subnet selection + (see :ref:`dhcp6-config-subnets`). .. _dhcp6-unicast: