nobase_dist_doc_DATA += examples/kea6/softwire46.json
nobase_dist_doc_DATA += examples/kea6/stateless.json
nobase_dist_doc_DATA += examples/kea6/with-ddns.json
-nobase_dist_doc_DATA += examples/netconf/BAD-config.xml
-nobase_dist_doc_DATA += examples/netconf/BAD-schema.xml
-nobase_dist_doc_DATA += examples/netconf/BAD-translator.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-config.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-schema.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-translator.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/boot.json
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/logging.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/netconf.json
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/startup.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/twopools.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/twosubnets.xml
nobase_dist_doc_DATA += examples/netconf/comments.json
-nobase_dist_doc_DATA += examples/netconf/logging.xml
nobase_dist_doc_DATA += examples/netconf/simple-dhcp4.json
nobase_dist_doc_DATA += examples/netconf/simple.json
-nobase_dist_doc_DATA += examples/netconf/startup.xml
-nobase_dist_doc_DATA += examples/netconf/twopools.xml
-nobase_dist_doc_DATA += examples/netconf/twosubnets.xml
# These are files that document our APIs. They're not really needed as the
# content is included in the api.xml, but may be useful for people who
<section xml:id="operation-example">
<title>Step by Step Netconf Operation Example</title>
<note><para>Copies of example configurations presented within this section
- can be found in the Kea source code, under <filename>doc/examples/kea6</filename>
- and <filename>doc/examples/netconf</filename>.</para></note>
+ can be found in the Kea source code, under
+ <filename>doc/examples/netconf/kea-dhcp6-operations</filename>.
+ </para></note>
<section xml:id="operation-example-setup">
</para>
<para>
- Now that both <filename>kea-netconf</filename> and
- <filename>kea-dhcp6</filename> are running, it is possible to populate
+ Now that both <command>kea-netconf</command> and
+ <command>kea-dhcp6</command> are running, it is possible to populate
updated to configuration to the DHCPv6 server. The following is
the configuration extracted from the <filename>startup.xml</filename>:
<screen>
In the last case, the misconfiguration is detected too late and
the change must be reverted in sysrepo, e.g. using the startup
datastore as a backup. For this reason, please use the
- <command>sysrepocfg</command> <option>--permanent</option> /
+ <command>sysrepocfg</command> <option>--permanent</option> /
<option>-p</option> option (or simlar feature of NETCONF clients)
with care.
</para>