From: Adam Osuchowski Date: Thu, 18 Sep 2014 12:49:23 +0000 (+0200) Subject: - s/pool/pools/ in docs X-Git-Tag: rt3470_base~3^2^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea1f65f2d057b94adb3eecce00bda5cb25784f75;p=thirdparty%2Fkea.git - s/pool/pools/ in docs - add brackets and braces in pools --- 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" } ]