diff options
Diffstat (limited to 'tests/chain/upd-hook_err.t')
-rw-r--r-- | tests/chain/upd-hook_err.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/chain/upd-hook_err.t b/tests/chain/upd-hook_err.t new file mode 100644 index 0000000..f06967b --- /dev/null +++ b/tests/chain/upd-hook_err.t @@ -0,0 +1,4 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("test", NULL, NULL, NULL, NULL); +add_basechain("test", "filter", "0", "0", NULL, NULL, NULL, NULL, "0x0", NULL, NULL, NULL, NULL); +commit(); |