diff options
Diffstat (limited to 'tests/chain/bind-unbound_err.t')
-rw-r--r-- | tests/chain/bind-unbound_err.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/chain/bind-unbound_err.t b/tests/chain/bind-unbound_err.t new file mode 100644 index 0000000..c8b877c --- /dev/null +++ b/tests/chain/bind-unbound_err.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("__test0", "0x1", "0x4", NULL, NULL); +commit(); |