From: Francis Dupont Date: Mon, 10 Dec 2018 21:32:20 +0000 (+0100) Subject: [186-add-kea-netconf-daemon-to-keactrl] Addressed comments X-Git-Tag: 339-doxygen-errors_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7d556456891e7c675082f7e6cc88da71a92fee;p=thirdparty%2Fkea.git [186-add-kea-netconf-daemon-to-keactrl] Addressed comments --- diff --git a/src/bin/keactrl/kea-netconf.conf.pre b/src/bin/keactrl/kea-netconf.conf.pre index c32763df6c..d445e8b155 100644 --- a/src/bin/keactrl/kea-netconf.conf.pre +++ b/src/bin/keactrl/kea-netconf.conf.pre @@ -6,8 +6,10 @@ // do. Comments in this configuration file sometimes refer to sections for more // details. These are section numbers in Kea User's Guide. The version matching // your software should come with your Kea package, but it is also available -// in ISC's Knowledgebase (https://kb.isc.org/docs/kea-administrator-reference-manual; the direct link for -// the stable version is https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html). +// in ISC's Knowledgebase +// (https://kb.isc.org/docs/kea-administrator-reference-manual; +// the direct link for the stable version is +// https://jenkins.isc.org/job/Kea_doc/guide/kea-guide.html). // // This configuration file contains only Netconf's configuration. // If configurations for other Kea services are also included in this file they @@ -37,20 +39,20 @@ "socket-name": "/tmp/kea-dhcp6-ctrl.sock" } } - }, + } // Specify hooks libraries that are attached to the Netconf agent. // Note currently there is no defined hook points to attach to. // This is currently commented out because it has to point to the - // existing hooks library. Otherwise the Netconf agent will fail to start. - "hooks-libraries": [ + // existing hooks library or the Netconf agent will fail to start. +// "hooks-libraries": [ // { // "library": "/opt/local/netconf-commands.so", // "parameters": { // "param1": "foo" // } // } - ] +// ] }, // Logging configuration starts here. Kea uses different loggers to log various