ipvs: Pass ipvs not net to ip_vs_find_dest
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>
This commit is contained in:

committed by
Simon Horman

parent
48aed1b029
commit
dc2add6f2e
@@ -1423,7 +1423,7 @@ void ip_vs_unregister_nl_ioctl(void);
|
||||
int ip_vs_control_init(void);
|
||||
void ip_vs_control_cleanup(void);
|
||||
struct ip_vs_dest *
|
||||
ip_vs_find_dest(struct net *net, int svc_af, int dest_af,
|
||||
ip_vs_find_dest(struct netns_ipvs *ipvs, int svc_af, int dest_af,
|
||||
const union nf_inet_addr *daddr, __be16 dport,
|
||||
const union nf_inet_addr *vaddr, __be16 vport,
|
||||
__u16 protocol, __u32 fwmark, __u32 flags);
|
||||
|
Reference in New Issue
Block a user