All of lore.kernel.org
 help / color / mirror / Atom feed
* MAX_PORTS for ftp modules
@ 2004-01-26 21:14 Nick Pasich
  2004-01-27  9:40 ` Henrik Nordstrom
  2004-01-27 11:01 ` Harald Welte
  0 siblings, 2 replies; 3+ messages in thread
From: Nick Pasich @ 2004-01-26 21:14 UTC (permalink / raw)
  To: netfilter-devel

 Hi,

 I've exhausted the MAX_PORTS limit of 8 for ftp using my own port id.

 I'm wondering if there are any repercussions in upping the limit to say,
 16 in the following modules.

 ip_conntrack_ftp.c:  #define MAX_PORTS 8
 ip_conntrack_irc.c:  #define MAX_PORTS 8
 ip_conntrack_tftp.c: #define MAX_PORTS 8
 ip_nat_ftp.c:        #define MAX_PORTS 8
 ip_nat_irc.c:        #define MAX_PORTS 8
 ip_nat_tftp.c:       #define MAX_PORTS 8


 I noticed that ipfwadm_core.c has "IP_FW_MAX_PORTS" which is defined in
 ipfwadm_core.h as 10.

 *********************************************************************************************************
 linux/include/linux/netfilter_ipv4/ipfwadm_core.h:#define IP_FW_MAX_PORTS  10 /* A reasonable maximum */
 *********************************************************************************************************
 
 So what modules need to be changed and what kind of trouble am I going to
 get into????
 
 
 I'm not subscribed to the newsletter, so please respond to me directly.
 
 
             Thanks,
 
             ---( Nick Pasich )---

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-27 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 21:14 MAX_PORTS for ftp modules Nick Pasich
2004-01-27  9:40 ` Henrik Nordstrom
2004-01-27 11:01 ` Harald Welte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.