Annotation of embedaddon/strongswan/conf/plugins/attr.conf, revision 1.1
1.1 ! misho 1: # Section to specify arbitrary attributes that are assigned to a peer via
! 2: # configuration payload (CP).
! 3: attr {
! 4:
! 5: # <attr> is an attribute name or an integer, values can be an IP address,
! 6: # subnet or arbitrary value.
! 7: # <attr> =
! 8:
! 9: # Whether to load the plugin. Can also be an integer to increase the
! 10: # priority of this plugin.
! 11: load = yes
! 12:
! 13: }
! 14:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>