Return to socket-default.conf CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins |
1.1 ! misho 1: socket-default { ! 2: ! 3: # Firewall mark to set on outbound packets. ! 4: # fwmark = ! 5: ! 6: # Whether to load the plugin. Can also be an integer to increase the ! 7: # priority of this plugin. ! 8: load = yes ! 9: ! 10: # Set source address on outbound packets, if possible. ! 11: # set_source = yes ! 12: ! 13: # Force sending interface on outbound packets, if possible. ! 14: # set_sourceif = no ! 15: ! 16: # Listen on IPv4, if possible. ! 17: # use_ipv4 = yes ! 18: ! 19: # Listen on IPv6, if possible. ! 20: # use_ipv6 = yes ! 21: ! 22: } ! 23: