File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / kernel-pfkey.opt
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: charon.plugins.kernel-pfkey.events_buffer_size = 0
    2: 	Size of the receive buffer for the event socket (0 for default size).
    3: 
    4: 	Size of the receive buffer for the event socket (0 for default size).
    5: 	Because events are received asynchronously installing e.g. lots of policies
    6: 	may require a larger buffer than the default on certain platforms in order
    7: 	to receive all messages.
    8: 
    9: charon.plugins.kernel-pfkey.route_via_internal = no
   10: 	Whether to use the internal or external interface in installed routes.
   11: 
   12: 	Whether to use the internal or external interface in installed routes.
   13: 	The internal interface is the one where the IP address contained in the
   14: 	local traffic selector is located, the external interface is the one over
   15: 	which the destination address of the IPsec tunnel can be reached.
   16: 	This is not relevant if virtual IPs are used, for which a TUN device is
   17: 	created that's used in the routes.

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