aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/ipvs/ip_vs_core.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index f5180ac56be3..bdc92d73fbee 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -904,15 +904,6 @@ handle_response(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
904 if (ip_route_me_harder(skb, RTN_LOCAL) != 0) 904 if (ip_route_me_harder(skb, RTN_LOCAL) != 0)
905 goto drop; 905 goto drop;
906 906
907 /* For policy routing, packets originating from this
908 * machine itself may be routed differently to packets
909 * passing through. We want this packet to be routed as
910 * if it came from this machine itself. So re-compute
911 * the routing information.
912 */
913 if (ip_route_me_harder(skb, RTN_LOCAL) != 0)
914 goto drop;
915
916 IP_VS_DBG_PKT(10, pp, skb, 0, "After SNAT"); 907 IP_VS_DBG_PKT(10, pp, skb, 0, "After SNAT");
917 908
918 ip_vs_out_stats(cp, skb); 909 ip_vs_out_stats(cp, skb);