From: Julian Anastasov Date: Sun, 17 Oct 2010 13:21:07 +0000 (+0300) Subject: ipvs: switch to notrack mode X-Git-Tag: v2.6.37-rc1~147^2~3^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf356d69db0afef692cd640917bc70f708c27f14;p=pandora-kernel.git ipvs: switch to notrack mode Change skb->ipvs_property semantic. This is preparation to support ip_vs_out processing in LOCAL_OUT. ipvs_property=1 will be used to avoid expensive lookups for traffic sent by transmitters. Now when conntrack support is not used we call ip_vs_notrack method to avoid problems in OUTPUT and POST_ROUTING hooks instead of exiting POST_ROUTING as before. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed