Skip to content
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