summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_quota.t
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_quota.t')
-rw-r--r--extensions/libxt_quota.t7
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/libxt_quota.t b/extensions/libxt_quota.t
index 76f0ee95..c5684279 100644
--- a/extensions/libxt_quota.t
+++ b/extensions/libxt_quota.t
@@ -1,10 +1,7 @@
:INPUT,FORWARD,OUTPUT
-m quota --quota 0;=;OK
-# iptables-save shows wrong output
-# ERROR: cannot find: iptables -I INPUT -m quota ! --quota 0)
-#-m quota ! --quota 0;=;OK
+-m quota ! --quota 0;=;OK
-m quota --quota 18446744073709551615;=;OK
-# ERROR: cannot find: iptables -I INPUT -m quota ! --quota 18446744073709551615
-#-m quota ! --quota 18446744073709551615;=;OK
+-m quota ! --quota 18446744073709551615;=;OK
-m quota --quota 18446744073709551616;;FAIL
-m quota;;FAIL