OSDN Git Service

ipvs: attempt to schedule icmp packets
authorAlex Gartrell <agartrell@fb.com>
Wed, 26 Aug 2015 16:40:37 +0000 (09:40 -0700)
committerSimon Horman <horms@verge.net.au>
Tue, 1 Sep 2015 01:33:55 +0000 (10:33 +0900)
commit6044eeffafbe35154c5d3b04b73e8938a62e5d39
treef3ed8b842b49cc270e1b52c667183e27fd559403
parent1471f35efa86407fc180ca6d55363c684d166ef6
ipvs: attempt to schedule icmp packets

Invoke the try_to_schedule logic from the icmp path and update it to the
appropriate ip_vs_conn_put function.  The schedule functions have been
updated to reject the packets immediately for now.

Signed-off-by: Alex Gartrell <agartrell@fb.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_core.c
net/netfilter/ipvs/ip_vs_proto_sctp.c
net/netfilter/ipvs/ip_vs_proto_tcp.c
net/netfilter/ipvs/ip_vs_proto_udp.c