Annotation of embedaddon/strongswan/conf/plugins/socket-default.opt, revision 1.1

1.1     ! misho       1: charon.plugins.socket-default.fwmark =
        !             2:        Firewall mark to set on outbound packets.
        !             3: 
        !             4: charon.plugins.socket-default.set_source = yes
        !             5:        Set source address on outbound packets, if possible.
        !             6: 
        !             7: charon.plugins.socket-default.set_sourceif = no
        !             8:        Force sending interface on outbound packets, if possible.
        !             9: 
        !            10:        Force sending interface on outbound packets, if possible. This allows
        !            11:        using IPv6 link-local addresses as tunnel endpoints.
        !            12: 
        !            13: charon.plugins.socket-default.use_ipv4 = yes
        !            14:        Listen on IPv4, if possible.
        !            15: 
        !            16: charon.plugins.socket-default.use_ipv6 = yes
        !            17:        Listen on IPv6, if possible.

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