2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[5190] Replaced dhcpX-server with dhcpX and d2-server with d2 in CA config.

This commit is contained in:
Marcin Siodelski
2017-06-02 13:53:38 +02:00
parent 5f7916ddf1
commit 97d73a1eb4
11 changed files with 65 additions and 65 deletions

View File

@@ -19,14 +19,14 @@
"control-sockets":
{
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4-server":
"dhcp4":
{
"socket-type": "unix",
"socket-name": "/path/to/the/unix/socket-v4"
},
// Location of the DHCPv6 command channel socket.
"dhcp6-server":
"dhcp6":
{
"socket-type": "unix",
"socket-name": "/path/to/the/unix/socket-v6"
@@ -35,7 +35,7 @@
// Currently DHCP-DDNS (nicknamed D2) does not support
// command channel yet, but we hope this will change in the
// future.
"d2-server":
"d2":
{
"socket-type": "unix",
"socket-name": "/path/to/the/unix/socket-d2"