From 5b2fbfa585c7f2efdfc3bd11369df42c68468cbd Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Fri, 19 Jul 2019 09:59:42 +0200 Subject: [PATCH] fixed errors --- doc/sphinx/arm/dhcp4-srv.rst | 16 ++++++++-------- doc/sphinx/arm/dhcp6-srv.rst | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) 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: -- 2.47.2