removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / modules / connlimit.result
blobcf8a447aeb7897513f2babb868117d379a7964f6
1 iptables -t filter -A INPUT -m connlimit --connlimit-mask 24 --connlimit-above 4 -j REJECT
2 iptables -t filter -A INPUT -m connlimit ! --connlimit-above 2 -j DROP