Unverified Commit 5d2ce0b6 by Thomas Parrott Committed by Stéphane Graber

network: Removes unused ip_proxy_args

parent ebd26a19
...@@ -182,11 +182,6 @@ static int setup_ipv6_addr_routes(struct lxc_list *ip, int ifindex) ...@@ -182,11 +182,6 @@ static int setup_ipv6_addr_routes(struct lxc_list *ip, int ifindex)
return 0; return 0;
} }
struct ip_proxy_args {
const char *ip;
const char *dev;
};
static int lxc_ip_neigh_proxy(__u16 nlmsg_type, int family, int ifindex, void *dest) static int lxc_ip_neigh_proxy(__u16 nlmsg_type, int family, int ifindex, void *dest)
{ {
call_cleaner(nlmsg_free) struct nlmsg *answer = NULL, *nlmsg = NULL; call_cleaner(nlmsg_free) struct nlmsg *answer = NULL, *nlmsg = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment