summaryrefslogtreecommitdiffstats
path: root/package/keepalived/Config.in
blob: efa745ad9ee6122b5152222326012fac8ca66a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_KEEPALIVED
	bool "keepalived"
	depends on BR2_USE_MMU
	depends on !BR2_STATIC_LIBS # uses libdl
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_POPT
	help
	  The main goal of the keepalived project is to add a strong &
	  robust keepalive facility to the Linux Virtual Server
	  project. It implements a multilayer TCP/IP stack
	  checks. Keepalived implements a framework based on three
	  family checks: Layer3, Layer4 & Layer5. This framework gives
	  the daemon the ability of checking a LVS server pool
	  states. Keepalived can be sumarize as a LVS driving daemon.

	  http://www.keepalived.org/

comment "keepalived needs a toolchain w/ dynamic library"
	depends on BR2_USE_MMU
	depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud