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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user