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 |
---|---|---|
_link | 0000000124 124 Bytes | |
keepalive-init.patch | 0000002552 2.49 KB | |
keepalive-rpmlintrc | 0000000116 116 Bytes | |
keepalived-2.2.2.tar.gz | 0001159896 1.11 MB | |
keepalived.changes | 0000094408 92.2 KB | |
keepalived.spec | 0000006718 6.56 KB |
Revision 70 (latest revision is 95)
- drop linux-4.15.patch: No longer needed as it was a backport from upstream - Cleanup configure options after consultation with upstream: - --enable-regex-timers is for debugging purposes - --enable-snmp-checker and --enable-snmp-vrrp are enabled by --enable-snmp - --enable-snmp-rfcv2 and --enable-snmp-rfcv3 anre enabled by --enable-snmp-rfc - --enable-stacktrace is definitely a debugging option - on systems where we have nftables support we will only ship with nftables support (>= 15.0) and use iptables support only on older distributions.
Comments 0