diff options
Diffstat (limited to 'tests/chain/bind-del-add-rule_err.t')
-rw-r--r-- | tests/chain/bind-del-add-rule_err.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/chain/bind-del-add-rule_err.t b/tests/chain/bind-del-add-rule_err.t new file mode 100644 index 0000000..ddecfc2 --- /dev/null +++ b/tests/chain/bind-del-add-rule_err.t @@ -0,0 +1,6 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("__test0", "0x2", "0x4", NULL, NULL); +del_chain("__test0"); +add_rule("__test0", "0x1", NULL, NULL, NULL); +immediate("NFT_REG_VERDICT", "NF_ACCEPT", "0x0", NULL, NULL); +commit(); |