mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
conf: Document libtnccs options
This commit is contained in:
parent
abd5c7bea2
commit
4576f7f960
@ -9,7 +9,8 @@ pluginstemplatedir = $(templatesdir)/plugins
|
||||
|
||||
options = \
|
||||
options/charon.opt \
|
||||
options/charon-logging.opt
|
||||
options/charon-logging.opt \
|
||||
options/tnc.opt
|
||||
|
||||
plugins = \
|
||||
plugins/android_log.opt \
|
||||
@ -53,7 +54,11 @@ plugins = \
|
||||
plugins/stroke.opt \
|
||||
plugins/systime-fix.opt \
|
||||
plugins/tnc-ifmap.opt \
|
||||
plugins/tnc-imc.opt \
|
||||
plugins/tnc-imv.opt \
|
||||
plugins/tnc-pdp.opt \
|
||||
plugins/tnccs-11.opt \
|
||||
plugins/tnccs-20.opt \
|
||||
plugins/unbound.opt \
|
||||
plugins/updown.opt \
|
||||
plugins/whitelist.opt \
|
||||
|
2
conf/options/tnc.opt
Normal file
2
conf/options/tnc.opt
Normal file
@ -0,0 +1,2 @@
|
||||
charon.tnc.tnc_config = /etc/tnc_config
|
||||
TNC IMC/IMV configuration file.
|
5
conf/plugins/tnc-imc.opt
Normal file
5
conf/plugins/tnc-imc.opt
Normal file
@ -0,0 +1,5 @@
|
||||
charon.plugins.tnc-imc.dlclose = yes
|
||||
Unload IMC after use.
|
||||
|
||||
charon.plugins.tnc-imc.preferred_language = en
|
||||
Preferred language for TNC recommendations.
|
5
conf/plugins/tnc-imv.opt
Normal file
5
conf/plugins/tnc-imv.opt
Normal file
@ -0,0 +1,5 @@
|
||||
charon.plugins.tnc-imv.dlclose = yes
|
||||
Unload IMV after use.
|
||||
|
||||
charon.plugins.tnc-imv.recommendation_policy = default
|
||||
TNC recommendation policy, one of _default_, _any_, or _all_.
|
2
conf/plugins/tnccs-11.opt
Normal file
2
conf/plugins/tnccs-11.opt
Normal file
@ -0,0 +1,2 @@
|
||||
charon.plugins.tnccs-11.max_message_size = 45000
|
||||
Maximum size of a PA-TNC message (XML & Base64 encoding).
|
5
conf/plugins/tnccs-20.opt
Normal file
5
conf/plugins/tnccs-20.opt
Normal file
@ -0,0 +1,5 @@
|
||||
charon.plugins.tnccs-20.max_batch_size = 65522
|
||||
Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529).
|
||||
|
||||
charon.plugins.tnccs-20.max_message_size = 65490
|
||||
Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
|
Loading…
x
Reference in New Issue
Block a user