diff options
Diffstat (limited to 'tests/obj/quota-bad-flags_err.t')
-rw-r--r-- | tests/obj/quota-bad-flags_err.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/obj/quota-bad-flags_err.t b/tests/obj/quota-bad-flags_err.t new file mode 100644 index 0000000..961946c --- /dev/null +++ b/tests/obj/quota-bad-flags_err.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_obj_quota("test", NULL, NULL, "1000", NULL, "0x2"); +commit(); |