X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibipt_CLUSTERIP.man;fp=extensions%2Flibipt_CLUSTERIP.man;h=0000000000000000000000000000000000000000;hb=f81615a1b6e71d36b4f49a38c04805cc52a146c2;hp=8e766f371e6ffab142d01cbcd1650ce11ef5c25c;hpb=38258638166a4aee377b55922610aa57c410e6f9;p=iptables.git diff --git a/extensions/libipt_CLUSTERIP.man b/extensions/libipt_CLUSTERIP.man deleted file mode 100644 index 8e766f3..0000000 --- a/extensions/libipt_CLUSTERIP.man +++ /dev/null @@ -1,24 +0,0 @@ -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. -.TP -.BI "--new " -Create a new ClusterIP. You always have to set this on the first rule -for a given ClusterIP. -.TP -.BI "--hashmode " "mode" -Specify the hashing mode. Has to be one of -.B sourceip, sourceip-sourceport, sourceip-sourceport-destport -.TP -.BI "--clustermac " "mac" -Specify the ClusterIP MAC address. Has to be a link-layer multicast address -.TP -.BI "--total-nodes " "num" -Number of total nodes within this cluster. -.TP -.BI "--local-node " "num" -Local node number within this cluster. -.TP -.BI "--hash-init " "rnd" -Specify the random seed used for hash initialization.