]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ipvs: consolidate all dst checks on transmit in one place
authorJulian Anastasov <ja@ssi.bg>
Thu, 21 Mar 2013 09:58:05 +0000 (11:58 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 1 Apr 2013 22:23:41 +0000 (00:23 +0200)
commit4115ded131645a7311a5d9afa9ff2b263dd91c2d
tree859e625a7e40f326a91205d87b353f526a5c59b8
parentf11cb2c2aa1ba28091910eaecaa40906ec31101a
ipvs: consolidate all dst checks on transmit in one place

Consolidate the PMTU checks, ICMP sending and
skb_dst modification in __ip_vs_get_out_rt and
__ip_vs_get_out_rt_v6. Now skb_dst is changed early
to simplify the transmitters.

Make sure update_pmtu is called only for local clients.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off by: Hans Schillstrom <hans@schillstrom.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_xmit.c