removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / iprange.result
blob63e7ff8aeebd5ff08136f4c4454f976ea017f307
1 iptables -t filter -A INPUT -m iprange --src-range 10.0.0.0-10.1.0.0 -j ACCEPT
2 iptables -t filter -A INPUT -m iprange ! --dst-range 10.2.0.0-10.3.0.0 -j ACCEPT
3 iptables -t filter -A INPUT -m iprange --dst-range 10.2.0.0-10.3.0.0 -j DROP
4 iptables -t filter -A INPUT -m iprange --dst-range 172.16.0.0-172.16.15.0 -j DROP