Hello all,
My first post :)
I noticed a problem with building this - I have netfilter built in
the kernel, and get a warning from GCC in:
net/ivp4/netfilter/ip_conntrack_core.c
in
'ip_conntrack_helper_unregister' at line 1160:
passing arg 1 at 'unhelp' discards qualifier from pointer target
type.
for (i = 0; i < ip_conntrack_htable_size; i++)
---> LIST_FIND_W(&ip_conntrack_hash[i], unhelp,
struct ip_conntrack_tuple_hash *, me);
It appears not to cause any problems...
Sorry if I reported this wrongly, or wayward - still learning :)
Nick