Annotation of embedaddon/strongswan/conf/plugins/tnccs-20.conf, revision 1.1.1.1

1.1       misho       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>