From 7dbf9e1574f534e2724964f8e418711e830fee04 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 29 Apr 2014 16:15:01 +0200 Subject: [PATCH] vici: Document strongswan.conf options --- conf/Makefile.am | 1 + conf/plugins/vici.opt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 conf/plugins/vici.opt diff --git a/conf/Makefile.am b/conf/Makefile.am index 61a0add4d..2cb101cc0 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -78,6 +78,7 @@ plugins = \ plugins/tnccs-20.opt \ plugins/unbound.opt \ plugins/updown.opt \ + plugins/vici.opt \ plugins/whitelist.opt \ plugins/xauth-eap.opt \ plugins/xauth-pam.opt diff --git a/conf/plugins/vici.opt b/conf/plugins/vici.opt new file mode 100644 index 000000000..0fca8739b --- /dev/null +++ b/conf/plugins/vici.opt @@ -0,0 +1,2 @@ +charon.plugins.vici.socket = unix://${piddir}/charon.vici + Socket the vici plugin serves clients.