Index: oldkernel/linux/include/net/ip_masq.h diff -u linux/include/net/ip_masq.h:1.2 linux/include/net/ip_masq.h:1.3 --- linux/include/net/ip_masq.h:1.2 Thu Jun 1 17:28:49 2000 +++ linux/include/net/ip_masq.h Thu Jun 1 17:30:43 2000 @@ -75,6 +75,7 @@ #ifdef __KERNEL__ #define IP_MASQ_TAB_SIZE 256 +#define IP_MASQ_NTABLES 3 /* * Delta seq. info structure Index: oldkernel/linux/net/ipv4/ip_vs.c diff -u linux/net/ipv4/ip_vs.c:1.1 linux/net/ipv4/ip_vs.c:1.2 --- linux/net/ipv4/ip_vs.c:1.1 Thu Jun 1 17:28:49 2000 +++ linux/net/ipv4/ip_vs.c Thu Jun 1 17:30:43 2000 @@ -344,7 +344,9 @@ /* * Hash table: for input and output packets lookups of IPVS */ +#ifndef IP_MASQ_NTABLES #define IP_MASQ_NTABLES 3 +#endif /* IP_MASQ_NTABLES */ struct list_head *ip_vs_table;