From: Stephen Morris Date: Mon, 3 Apr 2017 10:53:26 +0000 (+0100) Subject: [5191] Minor update to documentation after review. X-Git-Tag: trac5196_base~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e6a6ec702ffb0bab55f261d8e18bac8e0b5e101;p=thirdparty%2Fkea.git [5191] Minor update to documentation after review. --- diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 8af42516ed..b0fd25ee17 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -3998,10 +3998,9 @@ If not specified, the default value is: "prefix-len": 56, "delegated-len": 64, "user-context": { - "sharing-ratio": 64, - "v4-pool": "192.0.2.0/24", - "sysports-exclude": true, - "bind-prefix-len": 56 + "threshold-percent": 85, + "v4-network": "192.168.0.0/16", + "v4-overflow": "10.0.0.0/16" } } ], "subnet": "2001:db8::/32" @@ -4011,9 +4010,9 @@ If not specified, the default value is: - Kea does not interpret or use the information in the user context: - it just stores it makes it available to the hook - libraries. It is up to the hook library to extract that information + Kea does not interpret or use the content of the user context: + it just stores it, making it available to the hook + libraries. It is up to each hook library to extract the information and make use of it.