time match from netfilter doesn't work properly. Module loads fine and iptable cannot execute any rules relative to time module: # iptables -A INPUT -m time --timestart 8:00 --timestop 18:00 iptables: Invalid argument And from dmesg: ip_tables: time match: invalid size 0 != 16 This is by the new netfilter API at 2.6.17 kernel series? I have attached a patch for ipt_time.c file to adapt it to new API. Please, review and feel free to modify it if it is necessary.
Created attachment 103848 [details, diff] patch to adapt time match to new API
misfiled
there is no ipt_time.c in the iptables package