removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / time.result
blobf949e700ddb16a062f9fe086f674706c7cbf9c2f
1 iptables -t filter -A INPUT -m time -p tcp --dport ssh --timestart 09:00 --timestop 18:00 -j ACCEPT
2 iptables -t filter -A INPUT -m time -p tcp --dport ssh -j REJECT --reject-with icmp-host-prohibited
3 iptables -t filter -A INPUT -m time --days Sun -j DROP
4 iptables -t filter -A INPUT -m time --days Fri,Sat -j REJECT
5 iptables -t filter -A INPUT -m time -p tcp --dport http --datestart 2005/02/01 -j ACCEPT
6 iptables -t filter -A INPUT -m time -p tcp --dport http -j REJECT
7 iptables -t filter -A INPUT -m time --datestop 2004/12/31 -j DROP
8 iptables -t filter -A INPUT -m time --datestop 2004/12/31 --timestart 09:00 --utc -j DROP
9 iptables -t filter -A INPUT -m time --datestop 2004/12/31 --timestart 18:00 --localtz -j DROP
10 iptables -t filter -A INPUT -m time --monthday 1,2,3 -j ACCEPT
11 iptables -t filter -A INPUT -m time --weekdays Mon,Tue,Wed -j ACCEPT