1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: nftlb
Section: net
Priority: optional
Maintainer: Arturo Borrero Gonzalez <arturo@debian.org>
Build-Depends: debhelper (>= 12~),
pkg-config,
libnftables-dev (>= 0.8.5),
libev-dev,
libjansson-dev (>= 2.3),
libmnl-dev (>= 1.0.4)
Standards-Version: 4.4.0
Homepage: https://github.com/zevenet/nftlb
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-nftlb
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-nftlb
Package: nftlb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: nftables load balancer
nftlb stands for nftables load balancer, the next generation linux firewall
that replaces iptables, is adapted to behave as a complete load balancer and
traffic distributor.
.
nftlb is provided with a JSON API, so you can use your preferred health
checker to enable/disable backends or virtual services and automate processed
with it.
.
The nftables framework used for load balancing can outperform typical LVS
deployments by 10x.
|