diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 4262ca7676..d5b6ef730d 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -995,7 +995,7 @@ temporarily override a list of interface names and listen on all interfaces. does not have to match the subnet prefix. Below is a sample subnet configuration which enables prefix - delegation for the subnet: + delegation (in chunks of /56) for the subnet: "Dhcp6": { "subnet6": [ @@ -1003,9 +1003,9 @@ temporarily override a list of interface names and listen on all interfaces. "subnet": "2001:d8b:1::/64", "pd-pools": [ { - "prefix": "3000:1::", - "prefix-len": 64, - "delegated-len": 96 + "prefix": "2001:db8:3000::", + "prefix-len": 48, + "delegated-len": 56 } ] }