]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: ipvs: Fix reuse connection if RS weight is 0
authoryangxingwu <xingwu.yang@gmail.com>
Thu, 4 Nov 2021 02:10:29 +0000 (03:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:27:41 +0000 (09:27 +0100)
commit0dc62d3d6b6ef2067b6cd897f942826dd65e6b66
tree8d7eb1b15ae125dbfd423d39ae00852c24aed70a
parentc472f170cb1c833edf53493156ac6043ba80477e
netfilter: ipvs: Fix reuse connection if RS weight is 0

[ Upstream commit c95c07836fa4c1767ed11d8eca0769c652760e32 ]

We are changing expire_nodest_conn to work even for reused connections when
conn_reuse_mode=0, just as what was done with commit dc7b3eb900aa ("ipvs:
Fix reuse connection if real server is dead").

For controlled and persistent connections, the new connection will get the
needed real server depending on the rules in ip_vs_check_template().

Fixes: d752c3645717 ("ipvs: allow rescheduling of new connections when port reuse is detected")
Co-developed-by: Chuanqi Liu <legend050709@qq.com>
Signed-off-by: Chuanqi Liu <legend050709@qq.com>
Signed-off-by: yangxingwu <xingwu.yang@gmail.com>
Acked-by: Simon Horman <horms@verge.net.au>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/networking/ipvs-sysctl.txt
net/netfilter/ipvs/ip_vs_core.c