Kai Germaschewski writes:
> Anyway, the appended patch fixed the problem for me, vmlinux links okay
> now - didn't try if it works, though.
This may work, but it is evidently the wrong change.
The helpers list desired by net/ipv4/netfilter/ip_nat_*.c is
in net/ipv4/netfilter/ip_nat_helper.c and it is not static there.
My analysis on your config being illegal, as pointed out by others, is
wrong technically. But, something else is awry since
net/ipv4/netfilter/ip_nat_core.o should not be built without
net/ipv4/netfilter/ip_nat_helper.o being built as well.
I'll hopefully solve this by the end of the day.
Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/