]> git.neil.brown.name Git - history.git/commit
[NETFILTER]: Add iptables CLUSTERIP target, seq_file version
authorHarald Welte <laforge@netfilter.org>
Thu, 21 Oct 2004 15:35:43 +0000 (08:35 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 21 Oct 2004 15:35:43 +0000 (08:35 -0700)
commit11a79e833030e45b6e72230de68ffa072d47e328
treebc499bb8dd5caa9aadc86b65f5b271710481e00f
parent1ced208c6c27a87c4e769566dc9baa6e9b2beece
[NETFILTER]: Add iptables CLUSTERIP target, seq_file version

This enables you to build a static load sharing cluster between multiple
nodes - without the requirement to have a load balancer.  It uses a
series of [evil] tricks like replying with linklayer multicast addresses
to ARP requests, and using CONNMARK for stateful blocking all traffic
not intended for the local node.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/ipt_CLUSTERIP.c [new file with mode: 0644]