Annotation of embedaddon/strongswan/conf/plugins/attr.opt, revision 1.1
1.1 ! misho 1: charon.plugins.attr {}
! 2: Section to specify arbitrary attributes that are assigned to a peer via
! 3: configuration payload (CP).
! 4:
! 5: charon.plugins.attr.<attr>
! 6: <attr> is an attribute name or an integer, values can be an IP address,
! 7: subnet or arbitrary value.
! 8:
! 9: **<attr>** can be either _address_, _netmask_, _dns_, _nbns_, _dhcp_,
! 10: _subnet_, _split-include_, _split-exclude_ or the numeric identifier of the
! 11: attribute type. The assigned value can be an IPv4/IPv6 address, a subnet in
! 12: CIDR notation or an arbitrary value depending on the attribute type. For
! 13: some attribute types multiple values may be specified as a comma separated
! 14: list.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>