commit | 361c3f529332b28408ba7f8e8a4fa3ac23c855ff | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 21 13:02:44 2015 -0500 |
committer | Simon Horman <horms@verge.net.au> | Thu Sep 24 09:34:41 2015 +0900 |
tree | 28eb9bec3617c4df3e3018cc207bb29d3da73437 | |
parent | d8f44c335a1111d647f41e9fa6ae65b18db112e4 [diff] |
ipvs: Better derivation of ipvs in ip_vs_tunnel_xmit Don't use "net_ipvs(skb_net(skb))" as skb_net is a bad hack. Instead use cp->ipvs and ipvs->net for the net. 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>