ipvs: switch to notrack mode
authorJulian Anastasov <ja@ssi.bg>
Sun, 17 Oct 2010 13:21:07 +0000 (16:21 +0300)
committerSimon Horman <horms@verge.net.au>
Thu, 21 Oct 2010 08:50:20 +0000 (10:50 +0200)
  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 <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found