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