]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5191] Minor update to documentation after review.
authorStephen Morris <stephen@isc.org>
Mon, 3 Apr 2017 10:53:26 +0000 (11:53 +0100)
committerStephen Morris <stephen@isc.org>
Mon, 3 Apr 2017 10:53:26 +0000 (11:53 +0100)
doc/guide/dhcp6-srv.xml

index 8af42516ed13b4415c8386bb7c8cd429e80914da..b0fd25ee175aedcf0deab9a6c7d644ebdf083940 100644 (file)
@@ -3998,10 +3998,9 @@ If not specified, the default value is:
             "prefix-len": 56,
             "delegated-len": 64,
             <userinput>"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"
             }</userinput>
         } ],
         "subnet": "2001:db8::/32"
@@ -4011,9 +4010,9 @@ If not specified, the default value is:
         </para>
 
         <para>
-          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.
         </para>
         <para>