diff options
Diffstat (limited to 'tests/obj/ct-helper_ok.t')
-rw-r--r-- | tests/obj/ct-helper_ok.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/obj/ct-helper_ok.t b/tests/obj/ct-helper_ok.t new file mode 100644 index 0000000..8e00214 --- /dev/null +++ b/tests/obj/ct-helper_ok.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_obj_ct_helper("test", NULL, NULL, "ftp", "2", "6"); +commit(); |