Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b30f1095
Commit
b30f1095
authored
Apr 25, 2017
by
Marcin Siodelski
Browse files
[master] Unify the socket file paths for CA and servers.
Okayed on jabber.
parent
4e71ee94
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/kea-ca.conf.pre
View file @
b30f1095
...
...
@@ -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"
}
},
...
...
src/bin/keactrl/kea.conf.pre
View file @
b30f1095
...
...
@@ -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
-dhcp
4-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
-dhcp
6-ctrl.sock"
},
// Use Memfile lease database backend to store leases in a CSV file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment