Bug 185294 - iptables missing connrate module
Summary: iptables missing connrate module
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 4
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-13 12:53 UTC by João Mauricio de O. Alves
Modified: 2015-01-04 22:25 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-17 22:28:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description João Mauricio de O. Alves 2006-03-13 12:53:36 UTC
Description of problem:
The iptables package does not have the connrate module
(/lib/iptables/libipt_connrate.so)

Version-Release number of selected component (if applicable):
iptables-1.3.0-2

How reproducible:
Always


Steps to Reproduce:
iptables -A INPUT -p tcp --dport 4567 -m connrate --connrate ! 0:30720 -j DROP
  
Actual results:
iptables v1.3.0: Couldn't load match
`connrate':/lib/iptables/libipt_connrate.so: cannot open shared object file: No
such file or directory

Try `iptables -h' or 'iptables --help' for more information.


Expected results:
The rule should be accepted

Additional info:
The release iptables-1.3.5-1.2 has the same problem

Comment 1 Thomas Woerner 2006-03-15 09:51:30 UTC
connlimit is not enabled in the kernel and is not available in glibc-kernheaders.

Assigning to kernel.

Please reassign to glibc-kernheaders and iptbales after it made it into the kernel.

Comment 2 Dave Jones 2006-03-17 22:28:30 UTC
This will happen a lot faster if you ask the upstream developers to push this to
the next upstream kernel release.



Note You need to log in before you can comment on or make changes to this bug.