netfilter: Enable compiling iptables match cluster
authorFelix Fietkau <nbd@openwrt.org>
Mon, 3 Nov 2014 22:01:45 +0000 (22:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 3 Nov 2014 22:01:45 +0000 (22:01 +0000)
commitb8e89b5aba3440b25c0c6472324440b454c6cec6
tree78f139902a1d4008c5aefc5209b07f749d7d9e62
parent2b7a7ff80e069263fe4f5444bf270a55d8ae445e
netfilter: Enable compiling iptables match cluster

This patch adds the userspace and kernelspace for

- match NETFILTER_XT_MATCH_CLUSTER
  This match can be used to deploy gateway and back-end load-sharing clusters.
- target IP_NF_TARGET_CLUSTERIP
  This module allows you to configure a simple cluster of nodes
  that share a certain IP and MAC address
  without an explicit load balancer in front of them.
  Connections are statically distributed between the nodes in this cluster.

This is used i.e. by strongswan-ha.

Signed-off-by: Christian Scheele <cs@embedd.com>
SVN-Revision: 43174
include/netfilter.mk
package/kernel/linux/modules/netfilter.mk
package/network/utils/iptables/Makefile