A keepalive facility for Linux
This project provides facilities for load balancing and high-availability to
Linux system and Linux-based infrastructures. The load-balancing framework
relies on the Linux Virtual Server (IPVS) kernel module providing Layer4 load
balancing. Keepalived implements a set of checkers to dynamically and
adaptively maintain and manage loadbalanced server pool according their health.
High-availability is achieved by the VRRP protocol, a fundamental brick for
router failover. In addition, Keepalived implements a set of hooks to the VRRP
finite state machine, providing low-level and high-speed protocol interactions.
Keepalived frameworks can be used independently or all together to provide
resilient infrastructures.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / keepalived
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network/keepalived && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000734 734 Bytes | |
_servicedata | 0000000235 235 Bytes | |
harden_keepalived.service.patch | 0000000818 818 Bytes | |
keepalive-init.patch | 0000002552 2.49 KB | |
keepalive-rpmlintrc | 0000000116 116 Bytes | |
keepalived-2.3.1+git86.59c39afe.tar.xz | 0000726132 709 KB | |
keepalived.changes | 0000101671 99.3 KB | |
keepalived.spec | 0000006989 6.83 KB |
Revision 93 (latest revision is 95)
- Update to version 2.3.1+git86.59c39afe: * vrrp: allow specifing interval amd timeout to milli-second resolution * vrrp: on reload only configured track_script name was checked * lib: fix corruption of master-child_pid red black tree * lib: add micro-second timers to memory allocation debugging * core: update addattr_l to match current iproute2 code - almost * lib: add file missing from previous commit * all: suppress an increases alignment warning * core: use /* FALLTHROUGH */ rather than __fallthrough; * ipvs: resolve a "cast increases required alignment" warning * build: don't redefine FORTIFY_SOURCE if host environment defines it * vrrp ipvs: remove unused definition of XENFS_SUPER_MAGIC * vrrp ipvs: fix warnings related to signedness of statfs() f_flags * all: use correct format specifier for time fields * bfd: make alloc_bfd() return NULL rather than false on error * all: make min_auto_priority delay variable an unsigned * configure: explicitly set language to C for configure * itest: Warn if close after send not set in tcp_server for http * test: Make tcp_server use of SO_LINGER optional * core: remove diagnostic message accidently added in commit 7cb09b2 * vrrp ipvs: Stop setting SO_LINGER on TCP sockets * test: update tcp_server and tcp_client * bfd: use time_t to avoid implicit ptr type casting * VRRP: add thread_timer_expired keyword as a synonym of timer_expired_backup
Comments 0