summaryrefslogtreecommitdiffstats
path: root/tests/set/fields-mismatch-key-len_err.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set/fields-mismatch-key-len_err.t')
-rw-r--r--tests/set/fields-mismatch-key-len_err.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/set/fields-mismatch-key-len_err.t b/tests/set/fields-mismatch-key-len_err.t
new file mode 100644
index 0000000..f2298fe
--- /dev/null
+++ b/tests/set/fields-mismatch-key-len_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", { "2", "2" , "2", "2", "2", "2" , "2", "2", "2", "2", "2", "2", "2", "2", "2", "2" }, "0x1", NULL, NULL, NULL, NULL, NULL);
+counter(NULL, NULL);
+quota("1000", "0", NULL);
+commit();