Skip to content
Snippets Groups Projects
Commit 9a2cf10c authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarChristian Scheele <cs@embedd.com>

SVN-Revision: 43174
parent 2c72ffc1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment