diff options
Diffstat (limited to 'tests/obj/tunnel-no-id_err.t')
-rw-r--r-- | tests/obj/tunnel-no-id_err.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/obj/tunnel-no-id_err.t b/tests/obj/tunnel-no-id_err.t new file mode 100644 index 0000000..607bd5b --- /dev/null +++ b/tests/obj/tunnel-no-id_err.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_obj_tunnel("test", NULL, NULL, NULL, "0x01020304", "0x04050607", "01020304010203040102030401020304", NULL, NULL, "10", "20", NULL, NULL, "64"); +commit(); |