]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[186-add-kea-netconf-daemon-to-keactrl] Addressed comments 186-add-kea-netconf-daemon-to-keactrl
authorFrancis Dupont <fdupont@isc.org>
Mon, 10 Dec 2018 21:32:20 +0000 (22:32 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 10 Dec 2018 21:38:48 +0000 (16:38 -0500)
src/bin/keactrl/kea-netconf.conf.pre

index c32763df6c4a277ca4a77dbb81593790bf4cee07..d445e8b15549320dc8ff1a5b2e311fc7f02f5152 100644 (file)
@@ -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
                 "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