Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NETFILTER_XT_MATCH_CLUSTER
:
( CONFIG_NF_CONNTRACK ) && ( CONFIG_NETFILTER_ADVANCED )
xt_cluster
This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated load-balancing router/server/switch. Basically, this match returns true when the packet must be handled by this cluster node. Thus, all nodes see all packets and this match decides which node handles what packets. The work-load sharing algorithm is based on source address hashing.
If you say Y or M here, try `iptables -m cluster --help` for more information.
Raw data from LKDDb:
lkddb module xt_cluster CONFIG_NETFILTER_XT_MATCH_CLUSTER : net/netfilter/Kconfig : "'cluster' match support" # in 2.6.30–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab