conf: Document swanctl options
This commit is contained in:
@@ -20,6 +20,7 @@ options = \
|
|||||||
options/pool.opt \
|
options/pool.opt \
|
||||||
options/scepclient.opt \
|
options/scepclient.opt \
|
||||||
options/starter.opt \
|
options/starter.opt \
|
||||||
|
options/swanctl.opt \
|
||||||
options/tnc.opt
|
options/tnc.opt
|
||||||
|
|
||||||
plugins = \
|
plugins = \
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
swanctl.load =
|
||||||
|
Plugins to load in swanctl.
|
||||||
@@ -1531,6 +1531,7 @@ AM_COND_IF([USE_MANAGER], [strongswan_options=${strongswan_options}" manager"])
|
|||||||
AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"])
|
AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"])
|
||||||
AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"])
|
AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"])
|
||||||
AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"])
|
AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"])
|
||||||
|
AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"])
|
||||||
|
|
||||||
AC_SUBST(strongswan_options)
|
AC_SUBST(strongswan_options)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user