"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"
}
},
{
"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