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

tnccs-20 {

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529).
    # max_batch_size = 65522

    # Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
    # max_message_size = 65490

    # Enable PB-TNC mutual protocol.
    # mutual = no

    tests {

        # Send an unsupported PB-TNC message type with the NOSKIP flag set.
        # pb_tnc_noskip = no

        # Send a PB-TNC batch with a modified PB-TNC version.
        # pb_tnc_version = 2

    }

}


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