diff options
Diffstat (limited to 'tests/set/fields-too-large_err.t')
-rw-r--r-- | tests/set/fields-too-large_err.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/set/fields-too-large_err.t b/tests/set/fields-too-large_err.t new file mode 100644 index 0000000..689b861 --- /dev/null +++ b/tests/set/fields-too-large_err.t @@ -0,0 +1,6 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("test", "0x1", NULL, NULL, NULL); +add_set("test", "0x18c", "8", "0x34d", NULL, "NFT_DATA_VERDICT", NULL, "100", { "0xffff" }, "0x1", NULL, NULL, NULL, NULL, NULL); +counter(NULL, NULL); +quota("1000", "0", NULL); +commit(); |