Rusty Russell
Tue, 30 Jan 2001 15:48:14 -0800
In message <[EMAIL PROTECTED]> you write: > Hi again Rusty God I'm an idiot. I swear I've fixed this before. <<search>>. Yep, I did. And before that, the same bug in the conntrack code. This fixed the `core nat compiled in, rest as modules' case, of course, by actually exporting the symbols. Rusty. -- Premature optmztion is rt of all evl. --DK diff -urN -I \$.*\$ -X /tmp/kerndiff.GyILWe --minimal linux-2.4.0-official/net/ipv4/netfilter/ip_nat_standalone.c working-2.4.0/net/ipv4/netfilter/ip_nat_standalone.c --- linux-2.4.0-official/net/ipv4/netfilter/ip_nat_standalone.c Tue Oct 31 09:27:49 2000 +++ working-2.4.0/net/ipv4/netfilter/ip_nat_standalone.c Wed Jan 31 10:50:50 +2001 @@ -330,11 +330,9 @@ module_init(init); module_exit(fini); -#ifdef MODULE EXPORT_SYMBOL(ip_nat_setup_info); EXPORT_SYMBOL(ip_nat_helper_register); EXPORT_SYMBOL(ip_nat_helper_unregister); EXPORT_SYMBOL(ip_nat_expect_register); EXPORT_SYMBOL(ip_nat_expect_unregister); EXPORT_SYMBOL(ip_nat_cheat_check); -#endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/