commit | 6f2bcea9917d85ff78b3a497e4a96b77b7bc2dd0 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 21 13:02:54 2015 -0500 |
committer | Simon Horman <horms@verge.net.au> | Thu Sep 24 09:34:43 2015 +0900 |
tree | 4484c9ef4a690eec582c4d5b8ec2da64b12cd966 | |
parent | 6e385bb3efdbfaf09b564b93b2a834006802de84 [diff] |
ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6 With ipvs passed into ip_vs_in_icmp and ip_vs_in_icmp_v6 they no longer need to call the hack that is skb_net. Additionally ipvs_in_icmp no longer needs to call dev_net(skb->dev) and can use the ipvs->net instead. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>