summaryrefslogtreecommitdiffstats
path: root/tests/chain/flags_err.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chain/flags_err.t')
-rw-r--r--tests/chain/flags_err.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/chain/flags_err.t b/tests/chain/flags_err.t
new file mode 100644
index 0000000..37c990c
--- /dev/null
+++ b/tests/chain/flags_err.t
@@ -0,0 +1,3 @@
+add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
+add_chain("__test0", "0x1", "0xffffffff", NULL, NULL);
+commit();