From: Julian Anastasov Date: Tue, 24 Apr 2012 20:46:37 +0000 (+0300) Subject: ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter X-Git-Tag: v3.5-rc1~109^2~140^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882a844bd5b3ffa35e059f21ee920cc113985a89;p=pandora-kernel.git ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter Initially, when the synced connection is created we use the forwarding method provided by master but once we bind to destination it can be changed. As result, we must update the application and the transmitter. As ip_vs_try_bind_dest is called always for connections that require dest binding, there is no need to validate the cp and dest pointers. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed