From a7d5c19a9dc1f89c6e4a6f324d68d0403b8e7de8 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Mon, 31 Dec 2018 17:00:07 -0500 Subject: [PATCH] show PD-POOL example as being a subnet of documentation prefix. Set the prefix lengths to reflect that most client systems need at least /64, and not /96 sized prefixes --- doc/guide/dhcp6-srv.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } ] }