diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-07 13:49:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:34 +0100 |
commit | 4576f7f960aa643894cf83325bab913f940f0825 (patch) | |
tree | ad546c1d020815e4799724e315d27592da5909d7 /conf | |
parent | abd5c7bea2c0c5e9fc14ad81a6fed67a6f573261 (diff) | |
download | strongswan-4576f7f960aa643894cf83325bab913f940f0825.tar.bz2 strongswan-4576f7f960aa643894cf83325bab913f940f0825.tar.xz |
conf: Document libtnccs options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 7 | ||||
-rw-r--r-- | conf/options/tnc.opt | 2 | ||||
-rw-r--r-- | conf/plugins/tnc-imc.opt | 5 | ||||
-rw-r--r-- | conf/plugins/tnc-imv.opt | 5 | ||||
-rw-r--r-- | conf/plugins/tnccs-11.opt | 2 | ||||
-rw-r--r-- | conf/plugins/tnccs-20.opt | 5 |
6 files changed, 25 insertions, 1 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index 3fe727e16..bb86aaedc 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -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 \ diff --git a/conf/options/tnc.opt b/conf/options/tnc.opt new file mode 100644 index 000000000..467723ea6 --- /dev/null +++ b/conf/options/tnc.opt @@ -0,0 +1,2 @@ +charon.tnc.tnc_config = /etc/tnc_config + TNC IMC/IMV configuration file. diff --git a/conf/plugins/tnc-imc.opt b/conf/plugins/tnc-imc.opt new file mode 100644 index 000000000..7c9af2a30 --- /dev/null +++ b/conf/plugins/tnc-imc.opt @@ -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. diff --git a/conf/plugins/tnc-imv.opt b/conf/plugins/tnc-imv.opt new file mode 100644 index 000000000..788753ce7 --- /dev/null +++ b/conf/plugins/tnc-imv.opt @@ -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_. diff --git a/conf/plugins/tnccs-11.opt b/conf/plugins/tnccs-11.opt new file mode 100644 index 000000000..eb313fe06 --- /dev/null +++ b/conf/plugins/tnccs-11.opt @@ -0,0 +1,2 @@ +charon.plugins.tnccs-11.max_message_size = 45000 + Maximum size of a PA-TNC message (XML & Base64 encoding). diff --git a/conf/plugins/tnccs-20.opt b/conf/plugins/tnccs-20.opt new file mode 100644 index 000000000..b15bc3fa1 --- /dev/null +++ b/conf/plugins/tnccs-20.opt @@ -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). |