Annotation of embedaddon/strongswan/conf/plugins/ha.conf, revision 1.1.1.1
1.1 misho 1: ha {
2:
3: # Interval in seconds to automatically balance handled segments between
4: # nodes. Set to 0 to disable.
5: # autobalance = 0
6:
7: # fifo_interface = yes
8:
9: # heartbeat_delay = 1000
10:
11: # heartbeat_timeout = 2100
12:
13: # Whether to load the plugin. Can also be an integer to increase the
14: # priority of this plugin.
15: load = yes
16:
17: # local =
18:
19: # monitor = yes
20:
21: # pools =
22:
23: # remote =
24:
25: # resync = yes
26:
27: # secret =
28:
29: # segment_count = 1
30:
31: }
32:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>