summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/Makefile
diff options
context:
space:
mode:
authorRaducu Deaconu <rhadoo.io88@gmail.com>2015-07-17 08:45:40 +0300
committerSimon Horman <horms@verge.net.au>2015-08-21 09:08:39 -0700
commiteefa32d3f3c54bc7f9704968bc78adf0439c6c2a (patch)
tree9fb10d96426aecd7ada3fbf5130d7cbb265458c8 /net/netfilter/ipvs/Makefile
parent81bf1c64e7fe08f956c74fe2b0f1fa6eb163bd91 (diff)
ipvs: Add ovf scheduler
The weighted overflow scheduling algorithm directs network connections to the server with the highest weight that is currently available and overflows to the next when active connections exceed the node's weight. Signed-off-by: Raducu Deaconu <rhadoo.io88@gmail.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter/ipvs/Makefile')
-rw-r--r--net/netfilter/ipvs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/ipvs/Makefile b/net/netfilter/ipvs/Makefile
index 38b2723b2e3d..67f3f4389602 100644
--- a/net/netfilter/ipvs/Makefile
+++ b/net/netfilter/ipvs/Makefile
@@ -27,6 +27,7 @@ obj-$(CONFIG_IP_VS_WRR) += ip_vs_wrr.o
obj-$(CONFIG_IP_VS_LC) += ip_vs_lc.o
obj-$(CONFIG_IP_VS_WLC) += ip_vs_wlc.o
obj-$(CONFIG_IP_VS_FO) += ip_vs_fo.o
+obj-$(CONFIG_IP_VS_OVF) += ip_vs_ovf.o
obj-$(CONFIG_IP_VS_LBLC) += ip_vs_lblc.o
obj-$(CONFIG_IP_VS_LBLCR) += ip_vs_lblcr.o
obj-$(CONFIG_IP_VS_DH) += ip_vs_dh.o