[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGK4HS8tHrNUBfd8jmRtWNwFwBARsj7jyxbhD8C7OhhHnpqfQQ@mail.gmail.com>
Date: Mon, 14 Jan 2013 15:35:40 -0800
From: Vijay Subramanian <subramanian.vijay@...il.com>
To: David Miller <davem@...emloft.net>
Cc: therbert@...gle.com, netdev@...r.kernel.org,
netdev@...kandruth.co.uk, eric.dumazet@...il.com
Subject: Re: [PATCH 0/5]: soreuseport: Bind multiple sockets to the same port
On 14 January 2013 12:29, David Miller <davem@...emloft.net> wrote:
> From: Tom Herbert <therbert@...gle.com>
> Date: Mon, 14 Jan 2013 12:00:16 -0800 (PST)
>
>> Rebasing the soreuseport patches to 3.8. No material changes since
>> first posted.
Tom,
I am not sure if this series was just RFC or you already are aware of
this but I got the following errors when compiling with
CONFIG_NETFILTER_TPROXY=m
This is because the definitions of inet_lookup_listener and
inet6_lookup_listener have changed with your patch.
In file included from net/netfilter/nf_tproxy_core.c:19:
include/net/netfilter/nf_tproxy_core.h: In function ‘nf_tproxy_get_sock_v4’:
include/net/netfilter/nf_tproxy_core.h:86: error: too few arguments to
function ‘inet_lookup_listener’
include/net/netfilter/nf_tproxy_core.h: In function ‘nf_tproxy_get_sock_v6’:
include/net/netfilter/nf_tproxy_core.h:155: warning: passing argument
5 of ‘inet6_lookup_listener’ makes pointer from integer without a cast
include/net/inet6_hashtables.h:72: note: expected ‘const struct
in6_addr *’ but argument is of type ‘int’
include/net/netfilter/nf_tproxy_core.h:155: error: too few arguments
to function ‘inet6_lookup_listener’
make[1]: *** [net/netfilter/nf_tproxy_core.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Thanks,
Vijay
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists