From ea1f65f2d057b94adb3eecce00bda5cb25784f75 Mon Sep 17 00:00:00 2001 From: Adam Osuchowski Date: Thu, 18 Sep 2014 14:49:23 +0200 Subject: [PATCH] - s/pool/pools/ in docs - add brackets and braces in pools --- doc/guide/config.xml | 4 ++-- doc/guide/dhcp4-srv.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guide/config.xml b/doc/guide/config.xml index a2217f796a..463855cd46 100644 --- a/doc/guide/config.xml +++ b/doc/guide/config.xml @@ -61,7 +61,7 @@ "renew-timer": 1000, "rebind-timer": 2000, "subnet4": [{ - "pool": "192.0.2.1-192.0.2.200", + "pools": [ { "pool": "192.0.2.1-192.0.2.200" } ], "subnet": "192.0.2.0/24" }], ... @@ -76,7 +76,7 @@ "renew-timer": 1000, "rebind-timer": 2000, "subnet6": [{ - "pool": "2001:db8::/80", + "pools": [ { "pool": "2001:db8::/80" } ], "subnet": "2001:db8::/64" }], ... diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 7e4ae71c4a..aed6589afa 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -218,7 +218,7 @@ syntax would be used: "subnet": "192.0.3.0/24" }, { - "pool": [ { "pool": "192.0.4.1 - 192.0.4.254" } ], + "pools": [ { "pool": "192.0.4.1 - 192.0.4.254" } ], "subnet": "192.0.4.0/24" } ] -- 2.47.3