diff options
Diffstat (limited to 'tests/expr/quota/quota_consumed_too_high_err.t')
-rw-r--r-- | tests/expr/quota/quota_consumed_too_high_err.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expr/quota/quota_consumed_too_high_err.t b/tests/expr/quota/quota_consumed_too_high_err.t new file mode 100644 index 0000000..cacbbea --- /dev/null +++ b/tests/expr/quota/quota_consumed_too_high_err.t @@ -0,0 +1,5 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_basechain("test", "filter", "0", "0", NULL, NULL, "NF_ACCEPT", NULL, NULL, NULL, NULL, NULL, NULL); +add_rule("test", "0x1", NULL, NULL, NULL); +quota("1000", "2000", NULL); +commit(); |