swanctl: Read default socket from swanctl.socket option

Also read from swanctl.plugins.vici.socket so we get
libstrongswan.plugins.vici.socket if it is defined.

Fixes #2372.
This commit is contained in:
Tobias Brunner
2017-07-27 13:22:57 +02:00
parent ae48325a59
commit 4272a3e9d7
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
swanctl.load =
Plugins to load in swanctl.
Plugins to load in swanctl.
swanctl.socket = unix://${piddir}/charon.vici
VICI socket to connect to by default.