Browse Source

[master] Unify the socket file paths for CA and servers.

Okayed on jabber.
Marcin Siodelski 8 years ago
parent
commit
b30f1095b7
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/bin/keactrl/kea-ca.conf.pre
  2. 2 2
      src/bin/keactrl/kea.conf.pre

+ 2 - 2
src/bin/keactrl/kea-ca.conf.pre

@@ -11,11 +11,11 @@
         "control-sockets": {
             "dhcp4-server": {
                 "socket-type": "unix",
-                "socket-name": "/tmp/kea-ctrl-dhcp4.sock"
+                "socket-name": "/tmp/kea-dhcp4-ctrl.sock"
             },
             "dhcp6-server": {
                 "socket-type": "unix",
-                "socket-name": "/tmp/kea-ctrl-dhcp6.sock"
+                "socket-name": "/tmp/kea-dhcp6-ctrl.sock"
             }
         },
 

+ 2 - 2
src/bin/keactrl/kea.conf.pre

@@ -45,7 +45,7 @@
     // more. For detailed description, see Sections 8.8, 16 and 15.
     "control-socket": {
         "socket-type": "unix",
-        "socket-name": "/tmp/kea4-ctrl-socket.sock"
+        "socket-name": "/tmp/kea-dhcp4-ctrl.sock"
     },
 
     // Use Memfile lease database backend to store leases in a CSV file.
@@ -427,7 +427,7 @@
     // description, see Sections 9.12, 16 and 15.
     "control-socket": {
         "socket-type": "unix",
-        "socket-name": "/tmp/kea6-ctrl-socket.sock"
+        "socket-name": "/tmp/kea-dhcp6-ctrl.sock"
     },
 
     // Use Memfile lease database backend to store leases in a CSV file.