Annotation of elwix/config/etc/default/strongswan/strongswan.conf, revision 1.2

1.2     ! misho       1: # strongswan.conf - strongSwan configuration file
        !             2: #
        !             3: # Refer to the strongswan.conf(5) manpage for details
        !             4: #
        !             5: # Configuration changes should be made in the included files
        !             6: 
        !             7: charon {
        !             8:        install_routes = no
        !             9: 
        !            10:        load_modular = yes
        !            11:        plugins {
        !            12:                include strongswan.d/charon/*.conf
        !            13:        }
        !            14: }
        !            15: 
        !            16: include strongswan.d/*.conf

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