David S. Miller wrote:
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon, 25 Jul 2005 14:17:52 -0700
MODPOST
*** Warning: "__nfa_fill" [net/ipv4/netfilter/iptable_nat.ko] undefined!
*** Warning: "__nfa_fill" [net/ipv4/netfilter/ip_conntrack.ko]
undefined!
There seems no easy fix for this one.
Harald, it's not pretty at all that open dependencies exist
all over the ipv4 netfilter code now for the NFA_DATA() and
NFA_PUT() interfaces. At a minimum, all of these routines
using such interfaces should be protected by NFNETLINK being
turned on.
But these functions, in turn, are referenced all over the place.
One great example is ip_nat_port_range_to_nfattr. That function
pointer slot should not even exist in the ip_nat_protocol method
vector when nfnetlink is not enabled.
Please fix this up somehow.
The patch I send uses ifdefs to fix it for now. Thomas wanted to
unify all the copies of rtnetlink. When that work is done nfnetlink
will be using __rta_fill, which is always available.
Regards
Patrick
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html