Annotation of embedaddon/strongswan/conf/plugins/bypass-lan.conf, revision 1.1
1.1 ! misho 1: bypass-lan {
! 2:
! 3: # A comma-separated list of network interfaces for which connected subnets
! 4: # should be ignored, if interfaces_use is specified this option has no
! 5: # effect.
! 6: # interfaces_ignore =
! 7:
! 8: # A comma-separated list of network interfaces for which connected subnets
! 9: # should be considered. All other interfaces are ignored.
! 10: # interfaces_use =
! 11:
! 12: # Whether to load the plugin. Can also be an integer to increase the
! 13: # priority of this plugin.
! 14: load = yes
! 15:
! 16: }
! 17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>