[Bug 51] Supplying more than 8 ports to connection tracking triggers unusual system behavior

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Sun, 16 Feb 2003 21:28:59 +0100


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=51

laforge@netfilter.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From laforge@netfilter.org  2003-02-16 21:28 -------
I cannot reproduce the problem described.  Calling 
'modprobe ip_conntrack_irc ports=1,2,3,4,5,6,7,8,9' gives the correct error:

/lib/modules/2.4.20/kernel/net/ipv4/netfilter/ip_conntrack_irc.o: too many
values for ports (max 8)

The ip_conntrack_irc code tells the core kernel module system that it supports a
'ports' parameter with up to eight integer values.  Everything else is dealt
with by the module loader.

Can you plase indicate what exact version of the linux kernel you are using, and
what version of modutils (rpm -q modutils), and what kind of output/error
messages you receive if you try to manually load ip_conntrack_irc with more than
8 ports?




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.