Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show PD-POOL example as being a subnet of documentation prefix. #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/guide/dhcp6-srv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,17 +995,17 @@ temporarily override a list of interface names and listen on all interfaces.
does not have to match the subnet prefix.
</para>
<para> Below is a sample subnet configuration which enables prefix
delegation for the subnet:
delegation (in chunks of /56) for the subnet:
<screen>
"Dhcp6": {
"subnet6": [
{
"subnet": "2001:d8b:1::/64",
<userinput>"pd-pools": [
{
"prefix": "3000:1::",
"prefix-len": 64,
"delegated-len": 96
"prefix": "2001:db8:3000::",
"prefix-len": 48,
"delegated-len": 56
}
]</userinput>
}
Expand Down