File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / tnccs-20.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (5 years, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: tnccs-20 {
    2: 
    3:     # Whether to load the plugin. Can also be an integer to increase the
    4:     # priority of this plugin.
    5:     load = yes
    6: 
    7:     # Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529).
    8:     # max_batch_size = 65522
    9: 
   10:     # Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
   11:     # max_message_size = 65490
   12: 
   13:     # Enable PB-TNC mutual protocol.
   14:     # mutual = no
   15: 
   16:     tests {
   17: 
   18:         # Send an unsupported PB-TNC message type with the NOSKIP flag set.
   19:         # pb_tnc_noskip = no
   20: 
   21:         # Send a PB-TNC batch with a modified PB-TNC version.
   22:         # pb_tnc_version = 2
   23: 
   24:     }
   25: 
   26: }
   27: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>