From 6cf8d90e06838858a3e33de8d5c9e2713ef0702c Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Wed, 13 Jul 2016 17:07:24 +0300 Subject: [PATCH] minor changes to documentation --- doc/guide/dhcp6-srv.xml | 67 +++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 10 deletions(-) diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index e5a4d4ccdc..178eb17b8c 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -826,8 +826,28 @@ temporarily override a list of interface names and listen on all interfaces. The IA PD option responsible for specifying IPv6 address prefixes limits the amount of PD Exclude options that it can encapsulate to at most one, thus it can only exclude one prefix from a given - delegated prefix. - + delegated prefix. The configuration example below specifies an + excluded prefix. + + +"Dhcp6": { + "subnet6": [ + { + "subnet": "2001:db8:1::/48", + "pools": [ { "pool": "2001:db8:1::/80" } ], + "pd-pools": [ + { + "prefix": "2001:db8:1:8000::", + "prefix-len": 48, + "delegated-len": 64, + "excluded-prefix": "2001:db8:1:babe:cafe:80:", + "excluded-prefix-len": 72 + } + ] + } + ] +} +
@@ -1070,7 +1090,7 @@ temporarily override a list of interface names and listen on all interfaces. s46-br90ipv6-prefixfalse s46-dmr91ipv6-prefixfalse s46-v4v6bind92record(ipv4-address, ipv6-prefix)false -s46-portparams93emptyfalse +s46-portparams93record(uint8, psid)false s46-cont-mape94emptyfalse s46-cont-mapt95emptyfalse s46-cont-lw96emptyfalse @@ -1124,6 +1144,9 @@ temporarily override a list of interface names and listen on all interfaces.
S46 BR + + @todo: Description + { "code": 90, @@ -1135,10 +1158,22 @@ temporarily override a list of interface names and listen on all interfaces.
- S46 DMR. No config required. Config example? TODO + S46 DMR. No config required + + @todo: Description + + + @todo: Configuration example +
- S46 IPv4/IPv6 Address Binding. Config example? TODO + S46 IPv4/IPv6 Address Binding + + @todo: Description + + + @todo: Configuration example +
S46 Port Parameters @@ -1177,16 +1212,28 @@ temporarily override a list of interface names and listen on all interfaces. domain.
- S46 MAP-E container. Config example? TODO + S46 MAP-E container + + @todo: Description + + + @todo: Configuration example +
- S46 MAP-T container. Config example? TODO + S46 MAP-T container - MAP-T groups rules and optional ports. + @todo: Description + + @todo: Configuration example +
S46 Lightweight 4over6 container + + @todo: Description + { "code": 96, @@ -2350,8 +2397,8 @@ should include options from the isc option space: "pd-pools": [ { "prefix": "2001:db8:1:8000::", - "prefix-len": 56, - "delegated-len": 64 + "prefix-len": 48, + "delegated-len": 64, } ], "reservations": [ -- 2.47.2