]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[30-implement-control-socket-for-ddns-2] Updated keactrl
authorFrancis Dupont <fdupont@isc.org>
Thu, 27 Dec 2018 23:15:30 +0000 (00:15 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 3 Jan 2019 09:05:03 +0000 (04:05 -0500)
src/bin/keactrl/kea-ctrl-agent.conf.pre
src/bin/keactrl/kea-dhcp-ddns.conf.pre

index 0619408b963066a2f5aac86ad76715dbf99823f7..94177a7068a6035c7fad06902f94fd7d9aab5564 100644 (file)
@@ -21,8 +21,8 @@
     "http-port": 8080,
 
     // Specify location of the files to which the Control Agent
-    // should connect to forward commands to the DHCPv4 and DHCPv6
-    // server via unix domain socket.
+    // should connect to forward commands to the DHCPv4, DHCPv6
+    // and D2 servers via unix domain sockets.
     "control-sockets": {
         "dhcp4": {
             "socket-type": "unix",
         "dhcp6": {
             "socket-type": "unix",
             "socket-name": "/tmp/kea-dhcp6-ctrl.sock"
+        },
+        "d2": {
+            "socket-type": "unix",
+            "socket-name": "/tmp/kea-dhcp-ddns-ctrl.sock"
         }
     },
 
index b1910974d9739c903495f4c40652bfb4ff89058b..cec180d9ba8294c9c574eec71dc158f7f8f0dfbf 100644 (file)
 {
   "ip-address": "127.0.0.1",
   "port": 53001,
+  "control-socket": {
+      "socket-type": "unix",
+      "socket-name": "/tmp/kea-dhcp-ddns-ctrl.sock"
+  },
   "tsig-keys": [],
   "forward-ddns" : {},
-  "reverse-ddns" : {}
+  "reverse-ddns" : {},
 },
 
 // Logging configuration starts here. Kea uses different loggers to log various