Bug 159884

Summary: time so is missing for iptables; cannot create time based rules
Product: [Fedora] Fedora Reporter: jackie linkowski <njglin>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://rpmfind.net/linux/RPM/fedora/updates/3/i386/iptables-1.2.11-3.1.FC3.i386.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-29 23:44:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jackie linkowski 2005-06-08 20:27:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

Description of problem:
Trying to configure time based rules.  It fails.
Something like
/sbin/iptables -I OUTPUT 2 -d 192.168.0.1 -j ACCEPT  -m time --timestart 21:50 --timestop 21:53 -j ACCEPT
The repponse is:
iptables v1.2.11: Couldn't load match `time':/lib/iptables/libipt_time.so: cannot open shared object file: No such file or directory

Search within http://rpmfind.net/linux/RPM/fedora/updates/3/i386/iptables-1.2.11-3.1.FC3.i386.html
shows that libipt_time.so is not included.

Please note that man page show help for time based rules

Version-Release number of selected component (if applicable):
most current as of June 08

How reproducible:
Always

Steps to Reproduce:
1.attempt to insert time basedd rule:
/sbin/iptables -I OUTPUT 2 -d 192.168.0.1 -j ACCEPT  -m time --timestart 21:50 --timestop 21:53 -j ACCEPT
2.
3.
  

Actual Results:  The response is:
iptables v1.2.11: Couldn't load match `time':/lib/iptables/libipt_time.so: cannot open shared object file: No such file or directory

Expected Results:  prompt is returned
exedcuting 
/sbin/iptables -L 
shows the rule is present

Additional info:

Search within http://rpmfind.net/linux/RPM/fedora/updates/3/i386/iptables-1.2.11-3.1.FC3.i386.html
shows that libipt_time.so is not included.

Please note that man page show help for time based rules

Comment 1 Thomas Woerner 2005-11-18 11:51:45 UTC
There is no time support in kernel.
Assigning to kernel.


Comment 2 Dave Jones 2005-11-29 23:44:48 UTC
the userspace portion frequently supports modules that the kernel doesn't.
When these become available in the upstream kernel, they'll work, until then,
those features should be considered unavailable.

FC3 is very close to end of life, so it's not going to get any updates other
than those deemed critical.  Looking at the current FC5 tree, there isn't any
time based netfilter module yet, so it still needs to be pushed upstream.