netfilter: add ip_vs kernel modules to enable load balancer
authorMauro Mozzarelli <mauro@ezplanet.org>
Tue, 7 Mar 2017 17:49:38 +0000 (17:49 +0000)
committerJo-Philipp Wich <jo@mein.io>
Wed, 14 Aug 2019 05:56:57 +0000 (07:56 +0200)
commit0b64177181369cfa8b37e4be2e84905e75af251f
tree22169ab40c6c52ed13a0cb15cdffb4ed303997eb
parent7546be60074e452751ba2a48eddbc13910bec708
netfilter: add ip_vs kernel modules to enable load balancer

IPVS (IP Virtual Server) implements transport-layer load balancing inside
the Linux kernel, so called Layer-4 switching. IPVS running on a host acts
as a load balancer at the front of a cluster of real servers, it can direct
requests for TCP/UDP based services to the real servers, and makes services
of the real servers to appear as a virtual service on a single IP address.

This change adds kmod-nf-ipvs and kmod-nf-conntrack-ftp kernel modules
options to LEDE kernel netfilter

Signed-off-by: Mauro Mozzarelli <mauro@ezplanet.org>
[Jo-Philipp Wich: replace kmod-nf-conntrack-ftp with kmod-nf-nathelper
                  dependency, rewrap commit message, adjust subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/kernel/linux/modules/netfilter.mk