diff options
Diffstat (limited to 'conf/plugins/attr.conf')
-rw-r--r-- | conf/plugins/attr.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/plugins/attr.conf b/conf/plugins/attr.conf new file mode 100644 index 000000000..7a3645b79 --- /dev/null +++ b/conf/plugins/attr.conf @@ -0,0 +1,14 @@ +# Section to specify arbitrary attributes that are assigned to a peer via +# configuration payload (CP). +attr { + + # <attr> is an attribute name or an integer, values can be an IP address, + # subnet or arbitrary value. + # <attr> = + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + +} + |