File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / attr.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (5 years, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>