summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_quota.t
blob: 76f0ee95592fc9e4efd4393461225eb225ab607b (plain)
1
2
3
4
5
6
7
8
9
10
: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 18446744073709551615;=;OK
# ERROR: cannot find: iptables -I INPUT -m quota ! --quota 18446744073709551615
#-m quota ! --quota 18446744073709551615;=;OK
-m quota --quota 18446744073709551616;;FAIL
-m quota;;FAIL