conf: Document aikgen options
This commit is contained in:
@@ -8,6 +8,7 @@ optionstemplatedir = $(templatesdir)/strongswan.d
|
||||
pluginstemplatedir = $(templatesdir)/plugins
|
||||
|
||||
options = \
|
||||
options/aikgen.opt \
|
||||
options/attest.opt \
|
||||
options/charon.opt \
|
||||
options/charon-logging.opt \
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
aikgen.load =
|
||||
Plugins to load in ipsec aikgen tool.
|
||||
@@ -1519,6 +1519,7 @@ fi
|
||||
|
||||
strongswan_options=
|
||||
|
||||
AM_COND_IF([USE_AIKGEN], [strongswan_options=${strongswan_options}" aikgen"])
|
||||
AM_COND_IF([USE_ATTR_SQL], [strongswan_options=${strongswan_options}" pool"])
|
||||
AM_COND_IF([USE_CHARON], [strongswan_options=${strongswan_options}" charon charon-logging"])
|
||||
AM_COND_IF([USE_FILE_CONFIG], [strongswan_options=${strongswan_options}" starter"])
|
||||
|
||||
Reference in New Issue
Block a user